Click to See Complete Forum and Search --> : JAR file not working


Markd
March 1st, 2000, 03:51 PM
I have created an applet with JBuilder3. The applet works fine and I created a JAR file of the applet, however now that I want to test it I get an error message: "load:Partners.PartnersTry can't be instantiated".
What is wrong and where is it going wrong?

Thanks, Mark

DHunter21
March 7th, 2000, 07:48 PM
Are you sure that you are including the jar file in the html file? It should look something like:

<applet code=MyShinyApplet.class name="myShinyAppletMain" archive=myShinyApplet.jar" width=300 height=300></applet>

Otherwise you will need to give more detail, because you have given so little.

Dustin