Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 3 / Java Q & A Archive

classpath
Saturday, 23-Jan-99 15:06:39

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


Response
classpath for JAR files
Monday, 01-Feb-99 00:37:38

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


Home / Java Q & A Archive Page 3 / Java Q & A Archive