java - JSObject in applet with JRE 1.7.0_21 -
i've applet, set security manager null.
system.setsecuritymanager(null); and use jsobject communicate javascript functions, through eval method
jsobject win = (jsobject) jsobject.getwindow(this); win.eval("jsfunct()"); starting form jre 1.7.0_21-b11, eval method return java.lang.nullpointerexception
any idea?
Comments
Post a Comment