Após várias horas, senti-me pronto para executar meu código no computador de ponta do meu amigo. Eu compilei meu aplicativo (chamado Zeta). No entanto, quando eu entrei:
sh '/home/nicbit/Desktop/run_Zeta.sh' /usr/local/MATLAB/MATLAB_Compiler_RuntimeD
para testar isso no meu computador, recebi o seguinte código de erro:
------------------------------------------
Setting up environment variables
---
LD_LIBRARY_PATH is .:/usr/local/MATLAB/MATLAB_Compiler_Runtime/runtime/glnxa64:
/usr/local/MATLAB/MATLAB_Compiler_Runtime/bin/glnxa64:/usr/local/MATLAB
/MATLAB_Compiler_Runtime/sys/os/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime
/sys/java/jre/glnxa64/jre/lib/amd64/native_threads:/usr/local/MATLAB
/MATLAB_Compiler_Runtime/sys/java/jre/glnxa64/jre/lib/amd64/server:/usr/local/MATLAB
/MATLAB_Compiler_Runtime/sys/java/jre/glnxa64/jre/lib/amd64/client:/usr/local/MATLAB
/MATLAB_Compiler_Runtime/sys/java/jre/glnxa64/jre/lib/amd64
/home/nicbit/Desktop/run_Zeta.sh: 1: eval: /home/nicbit/Desktop/Zeta: Permission
denied
Em resposta, tentei:
sudo sh '/home/nicbit/Desktop/run_Zeta.sh' /usr/local/MATLAB/MATLAB_Compiler_RuntimeD
que resultou no mesmo erro. Eu também chmoded o arquivo para que
ls -la '/home/nicbit/Desktop/run_Zeta.sh'
retorna:
-rwxrwxrwx 1 nicbit nicbit 1135 Jan 23 18:50 /home/nicbit/Desktop/run_Zeta.sh
mas o mesmo código de erro resultou. Alguém sabe como resolver esse problema. Obrigado