-
JAR file not working
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
-
Re: JAR file not working
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