Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed order of Ubuntu 11 and 12 32-bit library support.

...

This is because the 32-bit library support is not installed,

For Ubuntu 1112 and lower,higher, ia32-lib has been removed in favour of multiarch,

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

...

-multiarch 

For Ubuntu 11 and lower,

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

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 and the account that uses the Java process is serveradmin.

...