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 t
http://java.sun.com/docs/books/tutorial/deployment/jar/run.html
should work
(The class has your main() I assume, the jar is the entire thing)