mclIsJVMEnabled

Determine ifMATLABRuntimewas started with instance ofJavaVirtual Machine (JVM)

Synopsis

bool mclIsJVMEnabled()

Description

UsemclIsJVMEnabled()to determine if theMATLAB®Runtimewas started with an instance of a Java®Virtual Machine (JVM™). ReturnstrueifMATLAB Runtimeis started with a JVM instance, else returnsfalse.

Examples

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

Introduced in R2009a