Chances are you've installed a 32-bit version of Java on a 64-bit OS without having ia32-libs installed.
A workaround is to install 32 bit library support using:
sudo apt-get install ia32-libs
But you're better off installing the correct 64-bit version of the JRE/JDK so that you can benefit from larger heap sizes for your 64-bit OS.