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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Applets in Jar files

  • 07-03-2005 6: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