2

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!

Elsa Jiu
  • 63
  • 1
  • 6
  • I would not recommend doing this. I tried before, and it seemed to work for a bit, just to cause problems later. – Marcin Jul 03 '13 at 00:23

1 Answers1

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.

macduff
  • 4,655
  • 18
  • 29