Matlab Installation in Ubuntu

Matlab Installation in Ubuntu

When I try to install Matlab 2011a, I get an error like this.

/tmp/mathworks_3203/java/jre/glnxa64/jre/bin/java: Permission denied

I searched internet, but what I found is to become root. I tried becoming root as

sudo su

However, result did not change. I guess, it is related somehow with superuser and privileges stuff, but nothing worked for me, any ideas?

答案1

make sure the file /jre/glnxa64/jre/bin/java (inside your original matlab installation folder) is chmod 755.

答案2

I had the same problem. Apparently a problem related to extracting the information from the ISO (I cannot explain how): http://www.mathworks.se/support/solutions/en/data/1-DHWZAO/

I solved it by installing Furius Iso Mount and mounting the .iso instead of extracting its contents. Then sudo-run the install script as usual. Good luck!

相关内容