Page tree

Versions Compared

Key

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

...

Code Block
languagebash
./jdk-6u22-linux-i586.bin
Unpacking...
Checksumming...
Extracting...
./jdk-6u22-linux-i586.bin: 113: ./install.sfx.7783: not found
Failed to extract the files.  Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information.

This is because the ia32-libs package is missing,32-bit library support is not installed,

For Ubuntu 11 and lower,

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

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

Warning

Still to try out upon release of Ubuntu 12.

 

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

...