I realize that remote debugging is probably the way to go, but since the ‘old days’ we’ve had an instance of Jetty embedded in our webapp that we use to run our webapp within Eclipse’s debugger. I’ve switched workstations and now whenever I try to lauch the debugger, I get a ClassNotFoundException and the main thread gets suspended. I’m not sure if this is an Eclipse or MyEclipse issue, but I’m hoping maybe someone can throw me a bone…
notes:
– I’ve ‘cleaned’ and rebuilt my app
– I’ve check the filesystem, and the JettyBoot.class file exists where it should
Thread [main] (Suspended (exception ClassNotFoundException))
URLClassLoader$1.run() line: not available [local variables unavailable]
AccessController.doPrivileged(PrivilegedExceptionAction, AccessControlContext) line: not available [native method]
Launcher$AppClassLoader(URLClassLoader).findClass(String) 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
Launcher$AppClassLoader(ClassLoader).loadClassInternal(String) line: not available
any ideas ?
p.s. I thought this thread was promising, but it’s not the same issue :
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-2786.html