Opening files in editor causes a "Load of Java classes failed" in Matlab R2011a under OSX 10.6.8
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (3)
cr
el 5 de Mzo. de 2012
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
el 16 de Mzo. de 2012
0 votos
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
el 16 de Mzo. de 2012
0 votos
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).
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!