I created a JApplet which uses two external libraries (JENA and JUNG). The applet works correctly when i run it from the IDE (using eclipse). I created a jar file, signed it
<PARAM NAME="archive" VALUE='applet.jar, external1.jar, external2.jar'>
in your applet declaration in the HTML. You can also try adding Class-Path
to your MANIFEST.MF
of the main jar (see here)Main-Class
specified in your MANIFEST.MF