Page tree

Versions Compared

Key

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

...

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 1211 and higher, ia32-lib has been removed in favour of multiarch,lower,

Expand
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,

...