Why do I see the error: "java: not found" when installing a 32-Bit version on my 64-Bit Linux machine?

2 vues (au cours des 30 derniers jours)
I am installing a 32-Bit installation on a 64-Bit Ubuntu computer. When I run the installer:
./install -glnx86
The output returned is:
eval: 1: /tmp/mathworks_2211/java/jre/glnx86/jre/bin/java: not found

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 17 Jan 2012
This error suggestes that your distribution of Linux does not contain the 32-Bit binaries required to run the 32-Bit installer. If you're on an Ubuntu 64-bit Linux machine you can work around this issue by installing the package "ia32-libs" from your Linux distribution. Run the following command from Terminal:
apt-get install ia32-libs
Note that you need to be root to complete these steps.
After the binaries complete installing you should be able to run the MATLAB installer.
Please refer to the documentation for your Linux distribution for more information on installing these libraries.
For more information on installing the 32-Bit version of MATLAB on your 64-Bit Linux machine, see the related solution: "How do I install 32-bit MATLAB on my 64-bit Linux machine?"

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by