View Single Post
  #4   (View Single Post)  
Old 16th May 2008
wrightjj wrightjj is offline
New User
 
Join Date: May 2008
Posts: 1
Default

For the plugin problem:

I had the same problem but got sorted out on the mailing lists. The plugin that is crashing firefox is that of diablo (because of some shared libraries issues) and so you want to use the plugin supplied by jdk16. To fix this, deinstall diablo, as it is only a build dependency for jdk16. Link the plugin supplied by jdk16 with this:

# ln -s /usr/local/jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/local/lib/browser_plugins/

Restart firefox and it should work.

I don't have JAVA_HOME variable set and with "java -version" I get:

java version "1.6.0_03-p4"
Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_13_may_2008_10_06-b00)
Java HotSpot(TM) Server VM (build 1.6.0_03-p4-root_13_may_2008_10_06-b00, mixed mode)
Reply With Quote