Tuesday, September 26, 2023
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 19893  / 1 Year 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, 1 Year  [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
iriousutur questions
Sun, Apr 9, 23, 02:48, 6 Months ago
Tue, May 23, 23, 00:41, 5 Months ago
Fri, Oct 21, 22, 02:47, 1 Year ago
Mon, May 9, 22, 00:01, 1 Year ago
;