194.158.187.242 writes:
Where and how to set a classpath to a JAR file for an applet on a website?
The html -applet- tag seems not have a classpath parameter.
Henk Jan
194.158.187.242 writes:
Found a parameter in the html applet tag to specify the jar-file, it's name is 'archive', not classpath:
APPLET ARCHIVE=myfile.jar CODE=myapplet.class
Henk Jan