PDA

View Full Version : [ubuntu] How To Install Java



shadowfax1
October 3rd, 2010, 09:47 PM
Help....Can someone give me the easiest way to install java runtime?

wojox
October 3rd, 2010, 09:49 PM
Try


sudo apt-get update; sudo apt-get install ubuntu-restricted-extras

loopodoopo
October 3rd, 2010, 10:35 PM
Try:


sudo apt-get install default-jre

this way you get a lot less "junk" on your computer. You could always install junk later if you like ;)

shadowfax1
October 4th, 2010, 05:32 PM
Perfect...Thankyou Both!