MATLAB: Trouble Installing MCRInstaller.bin on 32 bit Ubuntu 10.10

deploytoolinstalljavalinuxMATLABMATLAB Compilermcrinstaller.binsetup.jarUbuntu

When attempting to install the MCRInstaller.bin on Ubuntu 10.10 32 bit OS on 1.6 GHz dual core atom, particularly the computer is a Lenovo S10-3t, I get the following:
Initializing InstallShield Wizard........
Extracting Bundled JRE.
Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.
Mathworks has a page that said this might happen and suggested extracting the setup.jar and using the already installed Java to install, so I did as they suggested: ./MCRInstaller.bin -is:extract
4 files extracted in the directory /home/kunji/Documents/EECS417/Project/BuiltInSolverVersion/solve_hh/distrib/solve_hh_pkg_FILES/istemp3039062005040
But then when running java -jar setup.jar I get the error:
The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)
WARNING: could not delete temporary file /tmp/ismp001/2973227
WARNING: could not delete temporary file /tmp/ismp001/7620980
Also
java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1)
OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)
The MCRInstaller was packaged using the deploytool with Matlab R2009a on 64 bit Ubuntu 10.04. Could it be an issue going from the 64 to 32 bit os? Thanks for the help and let me know if there is any other information you think might be relevant.

Best Answer

As Kaustubha Govind suggested I needed the glnx86 version, which has successfully installed. I think that I still won't be able to use my program though unless I get the glnx86 matlab compiler and recompile with that. Thanks for the help.