Make a directory structure off of the 
directory where the applet is located called:
symantec/itools/lang
and copy the Context.class file to it or the applet won't work.

Your applet startup code in your html file should look like this:


<APPLET CODE="GeoMap.class" WIDTH=640 HEIGHT=500>
	<PARAM NAME="TAGFILE" VALUE="maps.tag">
	<PARAM NAME="DATAFILE" VALUE="maps.dat">
</APPLET>