Comment #30 on issue 10812 by [email protected]: No java plugin support yet http://code.google.com/p/chromium/issues/detail?id=10812
After applying the Java update, things look a little promising. I ran Chromium with the following switches: --log-plugin-messages --log-level=0 --load- plugin=/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin I'm using http://cs-people.bu.edu/paithan/atropos/atropos.html as my test site. In-browser there's a black box where the plugin should be, but a title-less and borderless window pops up with the Applet (see screen shot). This was the logging output: INFO:://src/chrome/common/chrome_plugin_lib.cc(200)] ChromePluginLib::CP_Initialize(/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin): initialized=0 INFO:://src/webkit/glue/plugins/plugin_lib.cc(95)] PluginLib::NP_Initialize(/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin): initialized=0 INFO:://src/webkit/glue/plugins/plugin_lib.cc(120)] PluginLib::NP_Initialize(/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin): result=0 INFO:://src/chrome/plugin/plugin_channel.cc(196)] received message @0x880b360 on channel @0x880ad20 with type 327680 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x880b550 on channel @0x880ad20 with type 4294967280 INFO:://src/chrome/plugin/plugin_channel.cc(196)] received message @0x761c3f0 on channel @0x880ad20 with type 327683 INFO:://src/webkit/glue/plugins/plugin_lib.cc(95)] PluginLib::NP_Initialize(/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin): initialized=1 INFO:://src/webkit/glue/plugins/plugin_host.cc(998)] NPN_SetValue(NPPVpluginKeepLibraryInMemory) is not implemented. INFO:://src/webkit/glue/plugins/plugin_host.cc(954)] NPN_GetValue(16777226) is not implemented yet. INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x762a4f0 on channel @0x880ad20 with type 393220 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x762a4f0 on channel @0x880ad20 with type 458756 INFO:://src/chrome/plugin/plugin_channel.cc(196)] received message @0x8800000 on channel @0x880ad20 with type 327682 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x761e860 on channel @0x880ad20 with type 4294967280 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x762a4f0 on channel @0x880ad20 with type 458756 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x762a4f0 on channel @0x880ad20 with type 458752 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x762b990 on channel @0x880ad20 with type 393216 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x7628080 on channel @0x880ad20 with type 4294967280 INFO:://src/chrome/plugin/plugin_channel.cc(196)] received message @0x8811550 on channel @0x880ad20 with type 327689 INFO:://src/chrome/plugin/plugin_channel.cc(196)] received message @0x760b7b0 on channel @0x880ad20 with type 327689 INFO:://src/chrome/plugin/plugin_channel.cc(196)] received message @0x762e790 on channel @0x880ad20 with type 327684 INFO:://src/chrome/plugin/plugin_channel.cc(186)] sending message @0x8813d30 on channel @0x880ad20 with type 4294967280 On quit, these came up: java.lang.RuntimeException: error removing shared window (124294) from movement group of (234083/124291) [1001] at apple.awt.SharedWindowHost.nativeUnlinkSharedWindowFrom(Native Method) at apple.awt.SharedWindowHost.unlinkSharedWindowFrame(SharedWindowHost.java:18) at sun.plugin2.util.SharedWindowHost.unlinkSharedWindowFrame(SharedWindowHost.java:27) at sun.plugin2.main.server.MozillaPlugin.unlinkSharedWindow(MozillaPlugin.java:557) at sun.plugin2.main.server.MozillaPlugin.stopApplet(MozillaPlugin.java:291) at sun.plugin2.main.server.MozillaPlugin.destroy(MozillaPlugin.java:225) Exception in thread "main" netscape.javascript.JSException: Plugin instance for applet ID 1 was already released at sun.plugin2.main.server.LiveConnectSupport.getInfo(LiveConnectSupport.java:380) at sun.plugin2.main.server.LiveConnectSupport.shutdown(LiveConnectSupport.java:41) at sun.plugin2.main.server.JVMInstance.unregisterApplet(JVMInstance.java:1320) at sun.plugin2.main.server.JVMInstance.recycleAppletID(JVMInstance.java:381) at sun.plugin2.main.server.JVMManager.recycleAppletID(JVMManager.java:316) at sun.plugin2.main.server.MozillaPlugin.stopApplet(MozillaPlugin.java:312) at sun.plugin2.main.server.MozillaPlugin.destroy(MozillaPlugin.java:225) Attachments: Screen shot 2009-12-08 at 12.44.09 AM.png 363 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
