IJavaUtils

Assembly: Java;

Description

The IJavaUtils interface is used to check if Java code contains Java method compilation and execution errors.

Inheritance Hierarchy

IJavaUtils

Method

  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 Interfaces