Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 19991  / 2 Years ago, tue, august 2, 2022, 11:45:53

I executed this command in a terminal by going to the folder where I placed the installation file.



santiago@CHAPA:~/Descargas/Matlab/MATLAB$ sudo sh install


but this showed in the terminal



Preparing installation files ...
Installing ...
install: 1: eval: /tmp/mathworks_6992/sys/java/jre/glnx86/jre/bin/java: Permission denied


Can anyone help me?


More From » matlab

 Answers
4

from the installation directory do this



$ cd java/jre/glnx86/jre/bin 
$ chmod +x java


basically you have to convert the files in ~/Descargas/Matlab/MATLAB/java/jre/glnx86/jre/bin directory into executables.



after this continue with the normal installation from installation directory



$ sudo sh install

[#37028] Thursday, August 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iriousutur

Total Points: 321
Total Questions: 112
Total Answers: 106

Location: Sweden
Member since Mon, Dec 7, 2020
3 Years ago
;