mclIsJVMEnabled

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

Synopsis

bool mclIsJVMEnabled()

Description

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

Examples

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

Introduced in R2009a

Was this topic helpful?