Page tree

Versions Compared

Key

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

...

Now 32-bit Java can be installed. To perform these actions, use the account that will be launching the Java process.

In this example, we are installing on a server. The account that uses the Java process is serveradmin.

Code Block
languagebash
su - serveradmin # If you are not already serveradmin
cd ~ # Switch to the serveradmin home directory
chmod +x jdk-6u22-linux-i586.bin
./jdk-6u22-linux-i586.bin

...