Click here to Skip to main content
15,897,273 members
Home / Discussions / Java
   

Java

 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 5:18
Liam S. Crouch14-Jun-11 5:18 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 5:25
professionalNagy Vilmos14-Jun-11 5:25 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 5:32
Liam S. Crouch14-Jun-11 5:32 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 5:51
professionalNagy Vilmos14-Jun-11 5:51 
QuestionDebug information not present in the .class file.. Pin
Indrojeet9-Jun-11 18:49
Indrojeet9-Jun-11 18:49 
AnswerRe: Debug information not present in the .class file.. Pin
Peter_in_27809-Jun-11 19:15
professionalPeter_in_27809-Jun-11 19:15 
GeneralRe: Debug information not present in the .class file.. Pin
Indrojeet9-Jun-11 20:28
Indrojeet9-Jun-11 20:28 
AnswerRe: Debug information not present in the .class file.. Pin
Peter_in_27809-Jun-11 20:43
professionalPeter_in_27809-Jun-11 20:43 
Indrojeet wrote:
Can it be because of some JVM or compiler setting??

Yes - a compiler setting, as I indicated in my previous reply. This is a cut'n'paste from javac.html - the docco for the javac compiler, which is probably what you are using.

-g
    Generate all debugging information, including local variables. By default, only line number and source file information is generated. 
-g:none
    Do not generate any debugging information.
-g:{keyword list}
    Generate only some kinds of debugging information, specified by a comma separated list of keywords. Valid keywords are:

    source
        Source file debugging information
    lines
        Line number debugging information
    vars
        Local variable debugging information

Looks like you have -g:none in an ANT buildfile or somewhere. Go find it and fix!

Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994.

GeneralRe: Debug information not present in the .class file.. Pin
Indrojeet9-Jun-11 20:54
Indrojeet9-Jun-11 20:54 
AnswerRe: Debug information not present in the .class file.. Pin
Peter_in_27809-Jun-11 21:22
professionalPeter_in_27809-Jun-11 21:22 
GeneralRe: Debug information not present in the .class file.. Pin
Indrojeet9-Jun-11 21:25
Indrojeet9-Jun-11 21:25 
Question.jar File operations Pin
Liam S. Crouch8-Jun-11 19:53
Liam S. Crouch8-Jun-11 19:53 
AnswerRe: .jar File operations Pin
Peter_in_27808-Jun-11 20:45
professionalPeter_in_27808-Jun-11 20:45 
GeneralRe: .jar File operations Pin
Liam S. Crouch13-Jun-11 8:43
Liam S. Crouch13-Jun-11 8:43 
AnswerRe: .jar File operations Pin
Richard MacCutchan8-Jun-11 21:49
mveRichard MacCutchan8-Jun-11 21:49 
GeneralRe: .jar File operations Pin
Liam S. Crouch13-Jun-11 8:40
Liam S. Crouch13-Jun-11 8:40 
GeneralRe: .jar File operations Pin
Richard MacCutchan13-Jun-11 9:37
mveRichard MacCutchan13-Jun-11 9:37 
GeneralRe: .jar File operations Pin
Liam S. Crouch13-Jun-11 9:50
Liam S. Crouch13-Jun-11 9:50 
GeneralRe: .jar File operations Pin
Richard MacCutchan13-Jun-11 21:33
mveRichard MacCutchan13-Jun-11 21:33 
GeneralRe: .jar File operations Pin
Liam S. Crouch14-Jun-11 1:06
Liam S. Crouch14-Jun-11 1:06 
QuestionI want some projects for SSH+EXTJS to learn Pin
FariyEye8-Jun-11 17:05
FariyEye8-Jun-11 17:05 
AnswerRe: I want some projects for SSH+EXTJS to learn Pin
David Skelly8-Jun-11 22:19
David Skelly8-Jun-11 22:19 
QuestionHow to detect if files are not being used by J2EE application in Eclipse Pin
MikoTheTerrible7-Jun-11 10:23
MikoTheTerrible7-Jun-11 10:23 
AnswerRe: How to detect if files are not being used by J2EE application in Eclipse Pin
TorstenH.7-Jun-11 20:40
TorstenH.7-Jun-11 20:40 
AnswerRe: How to detect if files are not being used by J2EE application in Eclipse Pin
Peter_in_27807-Jun-11 21:20
professionalPeter_in_27807-Jun-11 21:20 

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.