Assembly: Java;
The JavaUtils class implements the object used for executing Java functions.
To execute a Java function:
Create an instance of the JavaUtils class.
Use the IJavaUtils.Compile method to compile a file with classes/archive.
If there are no compilation errors, use the IJavaUtils.Invoke method to execute Java function and get the result.
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: