CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Posts
    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


  2. #2
    Join Date
    Aug 1999
    Location
    San Diego
    Posts
    155

    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
  •  





Click Here to Expand Forum to Full Width

Featured