Change MATLAB Compiler Runtime jvm version

独自空忆成欢 提交于 2019-12-07 18:59:21

问题


I'm wondering how to change the MATLAB Compiler Runtime jvm version? The default is java 1.6. I want to change it to java 1.7. I have set the MATLAB_JAVA environment variable, however it does not work.

Please help me!


回答1:


Check out this link.

You can also take a look at your

[ matlabroot '/bin/' computer('arch') '/java.opts' ]

file to look at the configuration passed to the java as well.



来源:https://stackoverflow.com/questions/17428520/change-matlab-compiler-runtime-jvm-version

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