Opening files in editor causes a "Load of Java classes failed" in Matlab R2011a under OSX 10.6.8
이전 댓글 표시
Hi
Whenever I try to open a file in the editor (being .m or other), a error message pops up saying:
Error using ==> open at 163
Failed to open editor. Load of Java classes failed.
This is kind of annoying since requires me to edit files outside of matlab. Any idea what might be going on here?
채택된 답변
추가 답변 (3개)
cr
2012년 3월 5일
I'ven't downloaded any thirdparty toolbox. This occured out of nowhere and restarting matlab or osx didn't help either. Had to reinstall matlab. Both before and after reinstallation message.m & ~.p were same on the above command.
/Applications/MATLAB_R2010a.app/toolbox/simulink/simulink/@dependencies/message.p % dependencies method
/Applications/MATLAB_R2010a.app/toolbox/shared/spcuilib/@uiservices/message.m % uiservices method
Till
2012년 3월 16일
0 개 추천
Something similar happens in R2011b on Suse Linux 11.x, the error message is then "Error using open (line 163) Too many ouput arguments." . Problem is solved by changing the order in the path as explained above, indeed a custom toolbox with "message.m" was at the top of the path. I think a permanent solution by Mathworks is needed here !?
Till
2012년 3월 16일
0 개 추천
Actually the toolbox order in the path can affect export from a figure to say, pdf, as well: If the 3rd party toolbox is at the top of the path export crashes with "Error using message Too many output arguments". The crash occurs in exportsetupdlg (R2011b, Suses 11.x).
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!