Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

2. The Java download page opens.

...

Install JDK on SolarisImage Added

Info
titleTip

It is recommended to create a new directory to save the download bundle to, as the next step is to extract several directories and files into this directory. The directory can be anywhere you choose.

...

!extract-tar.png|alt="Extract JDK on Solaris"!
Code Block
zcat jdk-6u25-solaris-i586.tar.Z | tar -xf -
Wiki Markup

Extract JDK on SolarisImage Added

This creates several directories (SUNWj6rt, SUNWj6dev, SUNWj6cfg, SUNWj6man, SUNWj6dmo, and SUNWj6jmp) plus a few files in the current directory.

...

create directoriesImage Added

Step 3. Install JDK

Run the pkgadd command to install the packages.

!install-packages.png|alt="Install package"!
Code Block
pkgadd -d . SUNWj6rt SUNWj6dev SUNWj6cfg SUNWj6man SUNWj6dmo
Wiki Markup

Install packageImage Added

This command installs the JDK into /usr/jdk/jdk1.6.0.

...

Verify the Java version by entering the following command:

!Java-version.png|alt="Java version"!
Code Block
java -version
Wiki Markup

Java versionImage Added

Excerpt
hiddentrue

Instructions to install Java development kit on Solaris.

...