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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -