Working with Methods > Overview > The External Java Library Node

The External Java Library Node
Use the External Java Library node () to import compiled Java libraries that you want to include in a method. The Java libraries (JAR files) can be created with any third-party Java development tool. To add a new External Java Library node, right-click the Libraries node () and choose External Java Library or click the External Java Library button on the ribbon toolbar. Enter a label to display in the Label field.
The Settings window for an External Java Library node contains the following section:
Import Library
In the Filename field, enter the name of the Java library file that you want to import, or click Browse to locate and choose a Java library file (JAR file). Then click Import to import the library into the application. During the import, the following happens:
To use an updated version of the library, click the Import button again. Because the application contains a copy of the library, it is not sufficient to just update the original JAR file.
If you delete the External Java Library node, the program updates all Java source code to exclude imports defined by the JAR file and recompiles all Java code in the application.