Results 1 to 3 of 3
How to install sun java 6 on ubuntu server 10.10 server edition.
Do not post eneything if you haven't try to do it on the SERVER edition.
Its different....
- 04-15-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 16
[SOLVED] Sun java 6 on Ubuntu SERVER 10.10
How to install sun java 6 on ubuntu server 10.10 server edition.
Do not post eneything if you haven't try to do it on the SERVER edition.
Its different.
- 04-15-2011 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Uncomment the "partner" repository in sources.list:
Update apt:Code:vi /etc/apt/sources.list
Find what Java packages to install:Code:apt-get update
Install them:Code:apt-cache search sun-java6 sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6 sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files) ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit) sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent files) sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE)
Code:apt-get install <package1> <package2>
- 04-16-2011 #3Just Joined!
- Join Date
- Mar 2011
- Posts
- 16
Thx for helping. It works!


