Java Applet in JAR File

Posted by Jared Revik on Stack Overflow See other posts from Stack Overflow or by Jared Revik
Published on 2010-06-06T02:53:21Z Indexed on 2010/06/06 3:02 UTC
Read the original article Hit count: 392

Filed under:
|
|
|

I have created a java applet (.class file) and made a .jar with it and digitally signed the .jar file. Now I need to run the .jar as an applet in firefox. What do I put in the html code to run the .jar file as an applet? I tried and it doesn't work, it tries to get a .class file, how do I load and run my applet as a .jar file using the applet tag in Internet Explorer and Firefox? I searched on the internet and could not find an answer.

© Stack Overflow or respective owner

Related posts about java

Related posts about jar