Given the following situation:
Folder “Invaders” contains three other folders “img”, “applet”, and “game”. “applet” and “game” contain classes for my applet. The main class is in “applet”, and is called “Invaders.class”. Assume “Invaders” is located in the same folder as the jar.exe utility. I want to make a JAR for this applet.
Can someone give a step-by-step instruction on how to make the JAR and then get it to display on a web page? Sorry, I’ve seriously tried! I’ve read quite a bit of documentation on creating and using JARs, but my attempts have failed and I fear I’m missing some crucial steps along the way. Thanks in advance.