Click here to Skip to main content
15,893,594 members
Home / Discussions / Java
   

Java

 
QuestionCalculator App for order of operations (Android Studio) Pin
Member 1347677620-Oct-17 17:40
Member 1347677620-Oct-17 17:40 
AnswerRe: Calculator App for order of operations (Android Studio) Pin
Richard MacCutchan20-Oct-17 21:54
mveRichard MacCutchan20-Oct-17 21:54 
AnswerRe: Calculator App for order of operations (Android Studio) Pin
jschell23-Oct-17 7:58
jschell23-Oct-17 7:58 
QuestionTrying to develop an app at school using java-mobile app Pin
Member 1347677620-Oct-17 17:03
Member 1347677620-Oct-17 17:03 
QuestionRe: Trying to develop an app at school using java-mobile app Pin
Richard MacCutchan20-Oct-17 21:50
mveRichard MacCutchan20-Oct-17 21:50 
QuestionAnalyze the structure of a class (with package dependence) Pin
Hager.Harald14-Oct-17 12:25
professionalHager.Harald14-Oct-17 12:25 
AnswerRe: Analyze the structure of a class (with package dependence) Pin
Richard MacCutchan14-Oct-17 20:55
mveRichard MacCutchan14-Oct-17 20:55 
AnswerRe: Analyze the structure of a class (with package dependence) Pin
jschell15-Oct-17 8:07
jschell15-Oct-17 8:07 
Hager.Harald wrote:
NOTE: I need no reverse engineering of a JAR file - I like to analyze my own java source files.


That is conceptually impossible.

Things like IDEs use an incremental compiler to validate the edit window as you type, so to that it can resolve, if possible, dependencies. The process might not create the final binary but it does involve a substantial amount of the same processing to get to the point where it can resolve such things.

Keeping in mind of course that the incremental compiler must also have a context to resolve dependencies, so java API libraries and other libraries that might be used.

Also keep in mind your example is simplistic and more significant applications will often use dependencies that cannot be resolved until the application runs.
GeneralRe: Analyze the structure of a class (with package dependence) Pin
Hager.Harald15-Oct-17 21:18
professionalHager.Harald15-Oct-17 21:18 
QuestionJava compile time Errors Pin
Pruthivi_Dev7-Oct-17 3:34
Pruthivi_Dev7-Oct-17 3:34 
AnswerRe: Java compile time Errors Pin
Richard Deeming9-Oct-17 8:33
mveRichard Deeming9-Oct-17 8:33 
AnswerRe: Java compile time Errors Pin
Manish K. Agarwal12-Oct-17 4:37
Manish K. Agarwal12-Oct-17 4:37 
QuestionJava1 Pin
zakarie mukhtar abdi6-Oct-17 9:42
zakarie mukhtar abdi6-Oct-17 9:42 
AnswerRe: Java1 Pin
Richard MacCutchan6-Oct-17 22:12
mveRichard MacCutchan6-Oct-17 22:12 
QuestionBasic Java Help Pin
Gametron134-Oct-17 15:59
Gametron134-Oct-17 15:59 
AnswerRe: Basic Java Help Pin
Richard MacCutchan4-Oct-17 22:40
mveRichard MacCutchan4-Oct-17 22:40 
AnswerRe: Basic Java Help Pin
jschell13-Oct-17 6:05
jschell13-Oct-17 6:05 
QuestionHashMap Internal working. and which scenario use in project in java. Pin
Member 1343768729-Sep-17 10:53
Member 1343768729-Sep-17 10:53 
AnswerRe: HashMap Internal working. and which scenario use in project in java. Pin
jschell2-Oct-17 11:39
jschell2-Oct-17 11:39 
AnswerRe: HashMap Internal working. and which scenario use in project in java. Pin
Richard MacCutchan2-Oct-17 21:49
mveRichard MacCutchan2-Oct-17 21:49 
QuestionHow to mark the user inputted value by some shapes in Java? Pin
Member 1343755829-Sep-17 9:05
Member 1343755829-Sep-17 9:05 
AnswerRe: How to mark the user inputted value by some shapes in Java? Pin
jschell2-Oct-17 11:40
jschell2-Oct-17 11:40 
Questionjava Pin
Member 1343015225-Sep-17 22:16
Member 1343015225-Sep-17 22:16 
AnswerRe: java Pin
jschell27-Sep-17 9:26
jschell27-Sep-17 9:26 
QuestionWav file problems Pin
Member 1340872613-Sep-17 14:21
Member 1340872613-Sep-17 14:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.