Debug no longer works [message #731301] |
Fri, 30 September 2011 10:59  |
Eclipse User |
|
|
|
The project works when the green run button is pressed. When the debug button is pressed the following comes up:
Beginning (2) [Java Application]
beginning.Beginning at localhost:57917
Thread [main] (Suspended (exception java.lang.ClassNotFoundException))
java.net.URLClassLoader$1.run() line: 202 [local variables unavailable]
java.security.AccessController.doPrivileged(java.security.PrivilegedExceptionAction<T>, java.security.AccessControlContext) line: not available [native method]
sun.misc.Launcher$ExtClassLoader(java.net.URLClassLoader).findClass(java.lang.String) line: 190
sun.misc.Launcher$ExtClassLoader.findClass(java.lang.String) line: 229
sun.misc.Launcher$ExtClassLoader(java.lang.ClassLoader).loadClass(java.lang.String, boolean) line: 306
sun.misc.Launcher$AppClassLoader(java.lang.ClassLoader).loadClass(java.lang.String, boolean) line: 295
sun.misc.Launcher$AppClassLoader.loadClass(java.lang.String, boolean) line: 301
sun.misc.Launcher$AppClassLoader(java.lang.ClassLoader).loadClass(java.lang.String) line: 247
Daemon Thread [Thread-1] (Running)
/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java (Sep 29, 2011 11:40:27 PM)
When the Resume button is pressed a few times the execution stops at the first statement in the "main" java program. When the Resume is pressed the following keeps coming up:
Thread [main] (Suspended (exception java.lang.ClassNotFoundException))
java.net.URLClassLoader$1.run() line: 202 [local variables unavailable]
java.security.AccessController.doPrivileged(java.security.PrivilegedExceptionAction<T>, java.security.AccessControlContext) line: not available [native method]
Does anyone have any ideas?
Thank you,
Richard Mittleman
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02778 seconds