Class File Editor - Source Not Found [message #152931] |
Wed, 05 November 2003 01:07 |
Eclipse User |
|
|
|
Originally posted by: marcels.xeye.com
Greetings,
I am attempting to debug a java class by using the "main" method in the
class. When the code is executed, I do a println to the console which I can
debug. However, my next line of code which is a call to one of my class's
constructor in the same project, displays a window indicating "The jar file
rt.jar has no source attachment. You can attach the source by pressing the
button below:". It appears to be looking for the source java file for
ClassLoader.class. This execution throws a "NoClassDefFoundError"
exception.
Why is this exception being thrown when the class being called is in the
same project? And why does it keep asking me for the source file for
ClassLoader.class?
Thanks,
Marcel Sammut
|
|
|
Powered by
FUDForum. Page generated in 0.02449 seconds