Back to the applet.
"index.html" in a web browser which supports Java, the
applet should just run! That's all there is to it. You don't need to
be online for this to work.You'll also get the source and a copy of this faq.
"src"
directory or the html files, but make sure the applet works before
you delete them.
First, test the applet by pointing your browser at the
"index.html" file you just installed into your web
space. The applet should load.
Now, copy the section of the index.html file that looks like this:
<APPLET CODEBASE=...
CODE=...
ARCHIVE=...
WIDTH=... HEIGHT=...>
<PARAM NAME="CABBASE" VALUE="...">
</APPLET>
into the page you want to contain the applet. If you copied the files
to the right place and copied the APPLET tag correctly,
the applet should appear on your page!
Of course, there are never any certainties with security. Be careful.
You will also need a utility to unzip files, such as WinZip.
The ".zip" and ".cab" files contained within the install file are archives containing all of the compiled Java classes. When the applet is installed on a web server, these archives are downloaded instead of each of the classes to put less strain on the server. If you are running an applet locally you don't need these.
Good luck!
When I used to distribute my applets with packages, people had a lot of trouble figuring out exactly which directories to put them in and how to compile them. It wasn't worth the bother, so none of my free code uses packages anymore. Of course, I still use them for other code!
For more information, check out the Java Package Tutorial,
Seriously, there isn't a whole lot I can do about this. The applets should work, but if they don't... I give away the code.
Back to the applet.
Back to The Old Stuff,
or maybe you want to mail Adam.