Java Applet in JAR File

前端 未结 2 1587
悲哀的现实
悲哀的现实 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条回答
  •  猫巷女王i
    2020-12-11 17:24

    What doesn't work? Any errors? Does it show up at least?

    The HTML is as simple as:

    
        
        
    
    

提交回复
热议问题