Thursday, February 23, 2006

Enabling Java Plugin for FireFox

If you come across an issue where left panel of weblogic console is not show here is the solution.

Assumption
You need to install JDK in you machine and java home is reffered as $JAVA_HOME

Type the following commands
cd ~/
cd .mozilla/plugin Note: If the plugin directory is not available create it manually
ln -s $JAVA_HOME/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

Now restart the browser!

No comments: