Arbortext Command Language > Functions by Alphabetical Listing > java_init
  
java_init
java_init ([init])
This function returns 1 (true) if the Java Virtual Machine (JVM) has been initialized. It returns 0 if the JVM has not been started.
If init is specified and non-zero, the JVM is initialized, if necessary. In this case, java_init will return 1 if the JVM is initialized successfully, or 0 if it failed to initialize.
For example,
inited=java_init()
java_init(1)
Related Topics
java_static function
java_static_modal function
java_constructor function
java_instance function