Saturday, September 20, 2008

how to fix java plugin in firefox for Ubuntu 7.10

happen to find it on the web, but loose the link
here are the steps:

1/ install jre 6 plugin:
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

2/ check installation:
java -version

3/ create link to plugin in plugin folder for mozilla
ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

end

No comments: