elpollodiablo84 / atom-matlab-editor

MATLAB Editor's functionalities and utilities in Atom
3 stars 0 forks source link

Error running a simple disp #4

Closed aminya closed 4 years ago

aminya commented 4 years ago

image

aminya commented 4 years ago

Solved by https://www.mathworks.com/matlabcentral/answers/320234-using-java-api-gives-no-nativemvm-in-java-library-path# and restarting Atom

Maybe we should do this automatically in the first install.

aminya commented 4 years ago

I noticed this is mentioned in the Readme. It would be good to add atom.notifications.addWarn("Please read Readme for installation").

elpollodiablo84 commented 4 years ago

I noticed this is mentioned in the Readme. It would be good to add atom.notifications.addWarn("Please read Readme for installation").

Good idea, but I don't know if I can detect this error since it's a Java error not thrown by Matlab, but I can try to catch it. I'll close this issue and open another with this suggestion.