Comment #3 on issue 25731 by topolik: Java plugin not loading in Chrome 4.0.223.11 on Ubuntu 8.04; other plugins are loading/working http://code.google.com/p/chromium/issues/detail?id=25731
Hi, There is a workaround using the update-alternatives. $ ls -l /usr/lib/firefox/plugins/libjavaplugin.so lrwxrwxrwx 1 root root 39 2008-12-28 09:41 /usr/lib/firefox/plugins/libjavaplugin.so -> /etc/alternatives/firefox-javaplugin.so $ sudo update-alternatives --config firefox-javaplugin.so + 1 /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so * 2 /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so I've changed it to the 2nd alternative. $ ls -l /usr/lib/jvm/java-6-sun lrwxrwxrwx 1 root root 19 2009-09-14 10:49 /usr/lib/jvm/java-6-sun -> java-6-sun- 1.6.0.16 The about:plugins shows still the same, but applets do work. -- 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
