Code is working in Eclipse but when exported to Runnable Jar doesn't work
Hi Friends,
I have one project in eclipse with lots of dependencies in the library and it is working fine in Eclipse but when i export to Runnable jar, it is throwing NoClassDef Error..Looks like it is not resolving the included libraries.. Any help will be highly appreciated.
Regards,
Jitendra Jain
Re: Code is working in Eclipse but when exported to Runnable Jar doesn't work
Please post the FULL text of the error message.
It the missing class is in another jar file, how is that other jar file referenced?