08.20.12 - 12.16.12
Introduction to Java Programming
Monday Wednesday
04:00 PM - 05:20 PM
Create a JAR file for a Java Applet
Assumption
You have written an Applet called Labxx. The source code file name is Labxx.java and after compiling the Applet you have a byte code file called Labxx.class. You have also written an HTML file to load your applet called labxx.html.