Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

Java FileNotFoundException

Hi,
I enabled the FileNotFoundException in Breakpoints in my eclipse while debugging a java spring application.
I am getting the following :
URLClassPath$JarLoader.getJarFile(URL) line: 641      

I am unable to know what does this means, why its giving me FileNotFoundException.
How to investigate this further.

Thanks
Avatar of Rohit Bajaj
Rohit Bajaj
Flag of India image

ASKER

Also if i resume i get   JdbcOdbcDriver.finalize() line: 96      
Null pointer exception.
Avatar of CEHJ
why its giving me FileNotFoundException.
How to investigate this further.
By looking at the log files. Presumably you're logging the stack trace?
ASKER CERTIFIED SOLUTION
Avatar of TommySzalapski
TommySzalapski
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial