Results 1 to 3 of 3
Thread: Debugging with Eclipse 3.4.0
- 11-06-2008, 05:18 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 3
- Rep Power
- 0
Debugging with Eclipse 3.4.0
I am getting an error when I debug. This happens when I step into a function
Line 217 is not part of my code, it is from the eclipse debugger.
Thread [main] (Suspended)
ClassNotFoundException(Throwable).<init>(String, Throwable) line: 217
ClassNotFoundException(Exception).<init>(String, Throwable) line: not available
ClassNotFoundException.<init>(String) line: not available ClassLoader.findBootstrapClass(String) line: not available [native method]
Launcher$ExtClassLoader(ClassLoader).findBootstrap Class0(String) line: not available
Launcher$ExtClassLoader(ClassLoader).loadClass(Str ing, boolean) line: not available
Launcher$AppClassLoader(ClassLoader).loadClass(Str ing, boolean) line: not available
Launcher$AppClassLoader.loadClass(String, boolean) line: not available Launcher$AppClassLoader(ClassLoader).loadClass(Str ing) line: not available
Launcher$AppClassLoader(ClassLoader).loadClassInte rnal(String) line: not available
WorksAnyway.main(String[]) line: 30
C:\Program Files\Java\jre1.6.0_07\bin\javaw.exe (Oct 17, 2008 5:23:27 PM)
I would appreciate your help.
- 11-06-2008, 09:38 PM #2
Member
- Join Date
- Oct 2008
- Posts
- 9
- Rep Power
- 0
umm... is this copied from the log or did you type it?
if it is, check your loadClass, seems you have a typo, you have "loadClass(Str ing)" or "loadClass(Str ing, boolean)". should be loadClass(String)...
although since you're running eclipse, it should've complained about that.Last edited by Ulfar; 11-06-2008 at 09:40 PM. Reason: ...
- 11-07-2008, 06:27 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Are sure that you get this error in debugging not in compile time? If so you ask this question in wrong sub-forum. Let me then I can move your thread to the correct place.
Similar Threads
-
Debugging In NetBeans IDE
By JavaForums in forum NetBeansReplies: 0Last Post: 07-30-2007, 11:13 PM -
Debugging Java Application in Eclipse IDE
By JavaForums in forum EclipseReplies: 0Last Post: 05-22-2007, 09:34 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks