Posted By:
Kirk_Haines
Posted On:
Friday, June 21, 2002 09:45 PM
I have created an applet which contains packages and is stored in a jar file. I am using the following code in my HTML document to include it: archive="ChemSim.jar" width="640" height="480" > As far as I have found this is a prefectly legitimate applet tag. It runs fine on my PC, but not the Mac. It is running OS 9.1, MRJ 2.2.4, IE 5. It gives me a 'java.lang.ClassNotFoundException: ChemSim.ChemSim' message in the Java Messages window. Is there a work-around for this behavior? Or is my HTML just wrong? Kirk
More>>
I have created an applet which contains packages and is stored in a jar file. I am using the following code in my HTML document to include it:
archive="ChemSim.jar"
width="640"
height="480" >
As far as I have found this is a prefectly legitimate applet tag. It runs fine on my PC, but not the Mac. It is running OS 9.1, MRJ 2.2.4, IE 5.
It gives me a 'java.lang.ClassNotFoundException: ChemSim.ChemSim' message in the Java Messages window. Is there a work-around for this behavior? Or is my HTML just wrong?
Kirk
<<Less