MATLAB: What JVM versions were shipped with MATLAB

6.5javajvmmachineMATLABr13virtual

I would like to know what JVM versions were shipped with MATLAB.

Best Answer

You can query the version of Java that MATLAB is currentl using by entering 'version -java' at the MATLAB command prompt. For example, the following section is a listing of the JVM's shipped for MATLAB 6.5 (R13) across many platforms.
WindowsJVM 1.3.1_01
AlphaJVM 1.1.8_05
LinuxJVM 1.3.1 (JVM 1.1.8 also shipped)
HP700no java shipped
HP-UXJVM 1.2.2_03
IBMJVM 1.2.2 _20021026
MacJVM used by OS
SGIJVM 1.1.8
SolarisJVM 1.3.1 (JVM 1.1.8 also shipped)
In some cases, such as HP-UX and IBM, we ship a JVM, but we do not provide desktop java support.
In addition, the COLORMAPEDITOR is only supported on platforms that have JVM 1.3.1 or higher. If you try to use the COLORMAPEDITOR on operating systems that are not using the JVM 1.3.1, such as SGI and Alpha, you receive the following error message:
??? Error using ==> colormapeditor
Java 1.3 or greater required.