error with opening help.doc
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I recently installed Matlab 2015a.When i try to open help following error comes out.how can i solve it?
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.mathworks.mlwidgets.
0 Kommentare
Antworten (1)
Thomas Koelen
am 9 Apr. 2015
javaclasspath
ctrl+f in command window -> searchf for mlwidgets, it should be there. If not, I guess you have two possibilites: either re-install MATLAB or add them to the static class path as described in
doc javaclasspath
whereas the latter is of course more for testing, while this solves the problem.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!