Click here to Skip to main content
15,898,010 members
Home / Discussions / Java
   

Java

 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 5:06
Liam S. Crouch14-Jun-11 5:06 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 5:14
professionalNagy Vilmos14-Jun-11 5:14 
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 
You need to tell your compiler to generate the debug information. Exactly how to do this depends on what development environment you are using. Here's how to do it in Eclipse (and it's probably pretty similar in other IDEs):
Project > Properties > Java Compiler > Classfile Generation
There are a number of checkboxes, including three you want. Check them and rebuild. Easy.
If you're using a standalone compiler, it will have command line switches. Run it with -? to see what they are.

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

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 
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 

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.