JavaUtils

Assembly: Java;

Description

The JavaUtils class implements the object used for executing Java functions.

Comments

To execute a Java function:

  1. Create an instance of the JavaUtils class.

  2. Use the IJavaUtils.Compile method to compile a file with classes/archive.

  3. If there are no compilation errors, use the IJavaUtils.Invoke method to execute Java function and get the result.

Class object methods inherited from IJavaUtils

  Method name Brief description
Compile The Compile method compiles the specified file with Java code.
Invoke The Invoke method executes static Java method and returns result of its work.
InvokeModule The InvokeModule method executes a static method stored in a Java module and returns result of its work.

See also:

Java Assembly Classes