Hi, I have a program that uses jar libraries for some classes. The classes are detected fine when they are run from jars attached to the project in the IDE but once I pack them into a jar and export they no longer seem to be detected. Is there any way to solve this in eclipse?
The standard classloader can't resolve jar files packed inside jar files. You can supply your own classloader to handle this. I seem to remember years ago on this forum giving such a solution. Try searching here for it.
Bookmarks