When I run guide in matlab it opens a blank all gray window. Whats going on?

[亡魂溺海] 提交于 2019-12-01 21:51:06

I believe some things in MATLAB are not yet compatible with Java 7, so stick with Java 6 for the moment.

In any case, you can have both versions installed at the same time, just instruct MATLAB to use the correct version by setting the $MATLAB_JAVA environment variable.

You can then verify which version is being used by issuing the command:

>> version -java

I had a similar problem in Ubuntu, got solved by skipping Unity and starting the session with "classic gnome" instead.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!