class loader exceptions during debugging [message #1062008] |
Wed, 05 June 2013 08:05  |
Eclipse User |
|
|
|
Hey,
I'm trying this once more since I'm not sure if I just forgot to create the topic or it got deleted for some reason. If it's because of the latter case please send me a PM because I don't see where I'm potentially violating information from the stickies.
My problem is that my eclipse juno installation on windows 7 x64 behaves very weirdly. Every time I try to step into a constructor call or something that loads one of my own classes for the first time, I'll get an exception call stack like this:
ClassNotFoundException(Throwable).<init>(String, Throwable) line: 286
ClassNotFoundException(Exception).<init>(String, Throwable) line: not available
ClassNotFoundException(ReflectiveOperationException).<init>(String, Throwable) line: not available
ClassNotFoundException.<init>(String) line: not available
URLClassLoader$1.run() line: not available
URLClassLoader$1.run() line: not available
AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]
Launcher$ExtClassLoader(URLClassLoader).findClass(String) line: not available
Launcher$ExtClassLoader(ClassLoader).loadClass(String, boolean) line: not available
Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: not available
Launcher$AppClassLoader.loadClass(String, boolean) line: not available
Launcher$AppClassLoader(ClassLoader).loadClass(String) line: not available
Forge.main(String[]) line: 291
I can now step out all of these exceptions and the program will continue running fine, but it's the same for each new class and it's obviously very annoying. I've recently uninstalled all of my JREs and JDKs and reinstalled the newest JDK version but the problem still persists. Does anyone have an idea what's going wrong here?
|
|
|
|
Re: class loader exceptions during debugging [message #1062090 is a reply to message #1062073] |
Wed, 05 June 2013 17:17  |
Eclipse User |
|
|
|
No, at least not if it should show in the breakpoints view. I also cleared all breakpoints and redid the single one needed - same result.
I found that 'suspend execution on uncaught exceptions' is activated under window -> preferences -> java -> debug and thought I had found the solution (it was checked by default though) but this also didn't change anything.
Can there be hidden breakpoints?
|
|
|
Powered by
FUDForum. Page generated in 0.07274 seconds