Java Applet in JAR File

前端 未结 2 1584
悲哀的现实
悲哀的现实 2020-12-11 16:49

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

2条回答
  •  Happy的楠姐
    2020-12-11 17:22

    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)

提交回复
热议问题