Afrodyzjaki
Security | admin | August 25, 2008 7:14 am
By JTB, August 26, 2008 @ 8:38 pm
Installing Sun Java on Ubuntu
Installing Java on Ubuntu Linux
**I see in the links that they say java5, it’s 6 now.
By Mr. Linux, August 28, 2008 @ 4:18 am
Open a terminal and run this command:
sudo apt-get install sun-java5-jre sun-java5-plugin sun-java5-fonts
Providing you have universe and multiverse repo’s enabled.
After which test your install with:
java -version
You should get some java output similar to this:
java version “1.5.0_08″ Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03) Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
RSS feed for comments on this post. TrackBack URI
You must be logged in to post a comment.
Entries RSS | Comments RSS
By JTB, August 26, 2008 @ 8:38 pm
Installing Sun Java on Ubuntu
Installing Java on Ubuntu Linux
**I see in the links that they say java5, it’s 6 now.
By Mr. Linux, August 28, 2008 @ 4:18 am
Open a terminal and run this command:
sudo apt-get install sun-java5-jre sun-java5-plugin sun-java5-fonts
Providing you have universe and multiverse repo’s enabled.
After which test your install with:
java -version
You should get some java output similar to this:
java version “1.5.0_08″
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)