Main Content

mclIsJVMEnabled

Determine if MATLAB Runtime was started with instance of Java Virtual Machine (JVM)

Synopsis

bool mclIsJVMEnabled()

Description

Use mclIsJVMEnabled() to determine if MATLAB® Runtime was started with an instance of a Java® Virtual Machine (JVM®). Returns true if MATLAB Runtime is started with a JVM instance, else returns false.

Examples

printf("JVM initialized : %d\n", mclIsJVMEnabled());

Version History

Introduced in R2009a