Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Uncomment the "partner" repository in sources.list:

    Code:
    vi /etc/apt/sources.list
    Update apt:

    Code:
    apt-get update
    Find what Java packages to install:

    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)
    Install them:

    Code:
    apt-get install <package1> <package2>

  3. #3
    Just Joined!
    Join Date
    Mar 2011
    Posts
    16

    Thumbs up

    Thx for helping. It works!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...