필터 지우기
필터 지우기

Permission denied when i try to install app on Matlab (linux 64-bit)

조회 수: 4 (최근 30일)
Mehdi Saberioon
Mehdi Saberioon 2015년 6월 30일
답변: Adam Hug 2015년 7월 2일
when i try to install a downloaded app on Matlab ( Linux 64-bit) , following error displays:
com.mathworks.jmi.MatlabException: Permission denied
at com.mathworks.jmi.NativeMatlab.SendMatlabMessage(Native Method)
at com.mathworks.jmi.NativeMatlab.sendMatlabMessage(NativeMatlab.java:266)
at com.mathworks.jmi.MatlabLooper.sendMatlabMessage(MatlabLooper.java:120)
at com.mathworks.jmi.Matlab.mtFeval(Matlab.java:1622)
at com.mathworks.jmi.MatlabWorker.feval(MatlabWorker.java:197)
at com.mathworks.appmanagement.InstallAppMatlabWorker.doOnMatlabThread(InstallAppMatlabWorker.java:20)
at com.mathworks.appmanagement.InstallAppMatlabWorker.doOnMatlabThread(InstallAppMatlabWorker.java:7)
at com.mathworks.appmanagement.AbstractAppManagementMatlabWorker.runOnMatlabThread(AbstractAppManagementMatlabWorker.java:21)
at com.mathworks.jmi.MatlabWorker$2.run(MatlabWorker.java:79)
at com.mathworks.jmi.NativeMatlab.dispatchMTRequests(NativeMatlab.java:475)
How can i solve it ?

답변 (1개)

Adam Hug
Adam Hug 2015년 7월 2일
It looks like you are trying to install the app without sufficient privileges. Try running MATLAB as an administrator and installing the app to see if this solves your problem.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by