View Single Post
  #1  
Old 05-24-2010, 12:31 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

How to install Java in Firefox 3.6.3 for Ubuntu 10.04 Lucid


Run the following in the terminal:
Code:
sudo apt-get install sun-java6-jre
sudo apt-get install sun-java6-plugin
Then choose the default Java to use:

See the alternatives
Code:
sudo update-java-alternatives -l
Choose Java 6 from Sun
Code:
sudo update-java-alternatives -s java-6-sun
Check Java version
Code:
java -version
Reply With Quote