Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

While selecting a packet to upload, choose the RPM.

Image RemovedImage Added

2. Start the remote SSH session in the GUI terminal window (Konsole in KDE, Gnome Terminal in Gnome, etc.) or open the Linux text console.

...

Code Block
sudo sh ./jdk-6u25-linux-i586-rpm.bin

Image RemovedImage Added

4. Execute the following command to add installed JDK to alternatives:

Code Block
sudo /usr/sbin/alternatives --install /usr/bin/java java /usr/java/latest/bin/java 2

Image RemovedImage Added

5. Choose which version of JDK to use:

...

For example, to use the sun-jdk, choose "3" and press "Enter."

Image RemovedImage Added

6. Check the installed and configured JDK by typing following command:

...

Code Block
export JAVA_HOME=/usr/java/jdk1.6.0_25

Image RemovedImage Added

Info
After the Java Development Kit (JDK) is installed, check that the JAVA_HOME environment variable has been set correctly. This is necessary for the installation of WSO2 products.

...