FileNotFoundException problem in debug mode [message #303054] |
Mon, 08 May 2006 01:32 |
Eclipse User |
|
|
|
I have been looking around the boards for this answer but cannot seem to
find one that works for me. When I run my program(s) in debug mode, I
continue to obtain the following:
Thread [main] (Suspended (exception FileNotFoundException))
URLClassPath$JarLoader.getJarFile(URL) line: 577
URLClassPath$JarLoader.<init>(URL, URLStreamHandler, HashMap) line: 546
URLClassPath$3.run() line: 324
AccessController.doPrivileged(PrivilegedExceptionAction<T>) line: not
available [native method]
URLClassPath.getLoader(URL) line: 313
URLClassPath.getLoader(int) line: 290
URLClassPath.getResource(String, boolean) line: 160
URLClassPath.getResource(String) line: 213
ClassLoader.getBootstrapResource(String) line: 1113
Launcher$ExtClassLoader(ClassLoader).getResource(String) line: 974
Launcher$AppClassLoader(ClassLoader).getResource(String) line: 972
ClassLoader.getSystemResource(String) line: 1075
SunJCE_b.g() line: not available
..
..
..
However, I am able to repeated "resume" execution and the exceptions do
not seem to cause any problems. A few postings seemed to suggest that
disabling the "Suspend execution on uncaught exceptions" option in
Preferences->Java->Debug would take care of this problem, but I have had
no such luck. Is there a way to ignore these pesky exceptions in debug
mode, or a way to fix the underlying problem?
Thankyou in advance,
Lee
|
|
|
Powered by
FUDForum. Page generated in 0.04474 seconds