If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Personally I use and would recommend the following method for installing java and making it work with firefox:
Try the following in the command line, the first line installs it (using command line instead of the adept gui) and the next two lines are creating links in folders so it will work with firefox:
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
sudo ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so /etc/alternatives/mozilla-javaplugin.so
sudo ln -s /etc/alternatives/mozilla-javaplugin.so /usr/lib/mozilla-firefox/plugins/mozilla-javaplugin.so
Comment