signed applet gives AccessControlException: access denied, when calling from javascript

后端 未结 4 2092
名媛妹妹
名媛妹妹 2020-12-11 08:21

I have an easy self-signed an applet (done with keytool and the jarsigner):

public class NetAppletLauncher extends JApplet {

    private static final long s         


        
4条回答
  •  佛祖请我去吃肉
    2020-12-11 08:30

    Solved the problem with, in Java:

    exec(getParameter("command"));
    

    and then in JavaScript:

    
    

提交回复
热议问题