Customer Problem Description:
-----------------------------
The foll applet works fine on IE6.0 and default microsoft VM.
It throws the foll NPE with JPI 1.4.1
java.lang.NullPointerException
at
sun.plugin.viewer.context.IExplorerAppletContext.getJSObject(Unknown Source)
at sun.plugin.AppletViewer.getDocumentBase(Unknown Source)
at sun.plugin.AppletViewer.getCodeBase(Unknown Source)
at sun.plugin.AppletViewer.appletInit(Unknown Source)
at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown
Source)
at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown
Source)
-----------------------------
The foll applet works fine on IE6.0 and default microsoft VM.
It throws the foll NPE with JPI 1.4.1
java.lang.NullPointerException
at
sun.plugin.viewer.context.IExplorerAppletContext.getJSObject(Unknown Source)
at sun.plugin.AppletViewer.getDocumentBase(Unknown Source)
at sun.plugin.AppletViewer.getCodeBase(Unknown Source)
at sun.plugin.AppletViewer.appletInit(Unknown Source)
at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown
Source)
at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown
Source)
- duplicates
-
JDK-4751259 Java->JS crashes IE with JPI 1.4.0_02/ NPE with 1.4.1
- Closed