[Solved] MATLAB Linux install error: /tmp/mathworks_15227/java/jre/glnxa64/jre/bin/java: Permission

来源:互联网 发布:网络语言打麻将 编辑:程序博客网 时间:2024/05/20 11:24

原文地址:http://www.douban.com/note/256094595/

When installing MATLAB on a Linux system, you may encounter the following error message.
Preparing installation files …
Installing …
eval: 1: /tmp/mathworks_15227/java/jre/glnxa64/jre/bin/java: Permission denied
My solution turns out to be the following:

From the install package, cd to sys/java/jre/xxx/jre/bin directory. (xxx could be glnx86 or glnxa64 or something similar)
chmod a+x *
Execute the install command once again. You should be all set.

0 0
原创粉丝点击