Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Applets in Jar files

Options
  • 07-03-2005 7:12pm
    #1
    Closed Accounts Posts: 8


    I need to put all my .class files for an applet into a jar file and then get the HTML page to invoke one of the class files. According to the internet this should be done by using the following :
    <applet code="board.class" archieve="tst.jar" width="430" height="430" ></applet>

    But it's not working. It says that it can't find board.class. I have checked the jar file and all the correct class files are in it.
    The HTML file and the jar file are in the same folder
    Anybody got any ideas what might be wrong?


Comments

Advertisement