Java applet stopped working after update to JRE 7u21

后端 未结 5 1335
情书的邮戳
情书的邮戳 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:30

    Bailey S is right.Make sure that java can see that jar file.If you're using linux,set the path in /etc/environment path variable or in windows,just right click on my computer,go to properties,environment variables and set path there

提交回复
热议问题