Это старая версия документа.


How to install Sun JDK under Ububntu 10.4

Installing Sun JDK under Ubuntu 10.4 steps:

  1. Open the Application Center.
  2. Main menu / Application sources
  3. Page - Other Software
  4. Check - «http://archive.canonical.com/ubuntu lucid patner»
  5. Close
  6. Go to the Application Center main window page Patners Canonical, use search field for «jdk».

Installing Java 7 on Ubuntu

ln -s java-7-sun-1.7.0 java-7-sun
  • Get the last number in the list:
sudo update-alternatives --config java
  • Add new jdk to the list:
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-7-sun/jre/bin/java 3
  • Choose new jdk by typing it's number:
sudo update-alternatives --config java
  • Check version:
java -version

How to make Sun JVM default Java Machine:

A. We have to replace symlink /etc/alternatives/java.

  1. Delete current OpenJDK symlink
  2. Using Midnight Commander open directory /etc/alternatives/ from one side
  3. and pose cursor on file /usr/lib/jvm/java-6-sun/jre/bin/java
  4. Make symlink: Ctrl+x, s.

or: B. More elegant way:

sudo update-alternatives --config java

and select the option that has the path /usr/lib/jvm/java-6-sun/jre/bin/java

dev/ubuntu/sun_jdk.1312201166.txt.gz · Последние изменения: 2011/08/01 16:19 — jamis7005
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0