简体   繁体   中英

Java7 Update21 Applet Issue

I am facing the Issue while running the application with Applets,Could some one please help me regarding this Issue.

I am running in IE8 and Java7Update21,Could some one help this Issue.

Exception in thread "Thread-15" java.lang.NullPointerException
    at sun.plugin2.applet.Plugin2Manager.checkUntrustedAccess(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppletInfo.isLiveconnectCallAllowed(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppletInfo.doObjectOp(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport.doObjectOp(Unknown Source)
    at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown Source)
    at sun.plugin2.main.client.MessagePassingJSObject.call(Unknown Source)

The issue stated above only occurs when the applet calls a javascript function which in turn makes a call to the applet. For example the applet calls a success javascript callback method which makes some GUI stuff in the browser and then calls the applet so that the applet can prepare for the next processing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM