JDK-6714877 : plugin2 printing is not working - CNFE sun/plugin2/main/client/WPluginEmbeddedFrame
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2008-06-16
  • Updated: 2010-09-08
  • Resolved: 2008-07-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b27Fixed
Related Reports
Relates :  
Relates :  
Description
With plugin2 Printing is not working. 

I tried printing clock appet ( http://java.sun.com/products/plugin/1.5.0/demos/plugin/applets/Clock/example1.html ) and couple of other applets. 
With Firefox3.05 I am getting a black box in applet space where as with IE6/7  blank page is coming.

I am getting the followint Exception while click print on IE and Firefox 3 beta 5
java.lang.ClassNotFoundException: sun/plugin2/main/client/WPluginEmbeddedFrame
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at sun.plugin2.main.client.ClientPrintHelper.print(Unknown Source)
	at sun.plugin2.main.client.PluginMain$3.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

Comments
EVALUATION Fix is available in b27.
17-06-2008