applet tag accessing JAR file
hi,
I hope this is not a multi-post, I've searched high and low and I could not find an exact solution to my question...
How can I load an applet in a browser using an applet tag? My main class is com.my.applet.MainClass.class and the its in a JAR. The jar is in ProjectName/WebContent/WEB-INF/lib/MyJar.jar (a Dynamic Web Project).
Thx in advance

