Why do I get a permission denied error message referring to the java folder when installing MATLAB on Linux?
6 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2012 年 6 月 4 日
編集済み: MathWorks Support Team
2014 年 4 月 25 日
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?
採用された回答
MathWorks Support Team
2013 年 10 月 18 日
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?
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!