Hi All,
I have an applet project in Eclipse which uses several libraries (both as Jar, which i just got to know that this shouldn't happen, and packages). The applet works great until recently i wanted to add another Jar library (org.jdesktop.jdic.browser.WebBrowser). This i added to the build path of the project as a jar file within the library.
Once i added the new library i could work within the IDE, compile the project and run it. Though once i run the application i get this error:
The jar library files all seem to show up within the main jar file. So i can't understand why the applet is always looking for the whole path (ie: org/jdesk....). Infact if i open the jdic jar file within the root it works!
Any help with this would be greatly appreciated!
Nick
I have an applet project in Eclipse which uses several libraries (both as Jar, which i just got to know that this shouldn't happen, and packages). The applet works great until recently i wanted to add another Jar library (org.jdesktop.jdic.browser.WebBrowser). This i added to the build path of the project as a jar file within the library.
Once i added the new library i could work within the IDE, compile the project and run it. Though once i run the application i get this error:
Code:
java.lang.NoClassDefFoundError: org/jdesktop/jdic/browser/WebBrowser
The jar library files all seem to show up within the main jar file. So i can't understand why the applet is always looking for the whole path (ie: org/jdesk....). Infact if i open the jdic jar file within the root it works!
Any help with this would be greatly appreciated!
Nick