Page tree

Versions Compared

Key

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

...

This is because the ia32-libs package is missing,

Code Block
langlanguagehtmlbash
sudo apt-get install ia32-libs # Required for 32-bit Java on 64-bit Ubuntu

Now 32-bit Java can be installed.

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