|
-
March 1st, 2000, 04:51 PM
#1
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
-
March 7th, 2000, 08:48 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|