Tutorials

Create a JAR file for a Java Applet

Step 2: Create a JAR file for a Java Applet

Modify the Applet tag

Modify the applet tag in your HTML file so that it will be able to access the needed classes from within the JAR file.

<applet code = "Labxx.class"
width = "200"
height = "100"
archive = "LabName.jar">
</applet>