JDK-4751952 : Java->JS communication in IE throws NPE with JPI 1.4.1
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2002-09-24
  • Updated: 2002-09-24
  • Resolved: 2002-09-24
Related Reports
Duplicate :  
Description
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)