Why do I get a permission denied error message referring to the java folder when installing MATLAB on Linux?

33 Ansichten (letzte 30 Tage)
When installing MATLAB R2010b on 64-bit Linux, I receive a permission denied message:
Preparing installation files ...
Installing ...
eval: 1: /tmp/mathworks_13113/java/jre/glnxa64/jre/bin/java: Permission
denied
Finished
The permissions of my /tmp folder are fine. How can I install MATLAB?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 18 Okt. 2013
This error occurs when the installer file (for example, matlab_R2010b_glnxa64_installer.zip or matlab_R2010b_glnx86_installer.zip) is not extracted properly. This commonly happens if the installer is downloaded on a Windows machine, is extracted, and then copied to a Linux machine.
To ensure that the installer runs properly, the installation archives should be extracted on a Linux machine. To extract the installer, you can use the command line tool "unzip" to extract the file. For example:
unzip matlab_R20*_glnxa64_installer.zip
If you still experience a permission error when running the installer, please see the related solutions below:
Why do I receive the error "Exception in thread "main" com.google.inject.ProvisionException" when installing MATLAB on Linux?
Why do I get the message "xsetup: Permission denied" when running the installer on Linux/Unix?

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Produkte


Version

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by