32bit Java application on 64bit machine
From WickyWiki
You can start your 32bit application within a 32-bit JVM (Java virtual Machine) You need to have the 32-bit compatibility libraries installed.
sudo apt-get install ia32-libs
You can start your 32bit application within a 32-bit JVM (Java virtual Machine) You need to have the 32-bit compatibility libraries installed.
sudo apt-get install ia32-libs