Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The result will be an uncompressed jdk directory using the same name as the package. In this example the folder name would be, jdk1.6.0_22.To keep the instructions simple for this tutorial rename the folder,

If you plan to use multiple versions of Java we recommend keeping the folder name with the version number information and using symbolic links. If you are only using one version of Java, then simply rename the folder.

Code Block
mv jdk1.6.0_22 java

...