Java applet stopped working after update to JRE 7u21

后端 未结 5 1340
情书的邮戳
情书的邮戳 2020-12-03 14:40

My java applet stopped working once JRE was updated to 7u21.

Short summary:

  • The Exceptions I get are: netscape.javascript.JSException and
    java.l

5条回答
  •  孤街浪徒
    2020-12-03 15:29

    I do not know DeploJava.js bu the problem ıs clearly a classpath problem.

    As a method, we define all third party libraries in archive tag. DeploJava.js may have similar properties.

    
    
        

    提交回复
    热议问题