When you have created the code for your Java user-defined node, you must compile it for your operating system.
Before you start
You must have a user-defined node written in Java. This node can be one of the provided sample nodes that are described in Sample node files, or a node that you have created yourself using the instructions in either Creating a message processing or output node in Java or Creating an input node in Java.
You can compile a Java user-defined node either from the command line, or from within the project in the workbench. Both options are described below.
When you compile a Java user-defined node from the command line on any platform, you need a compatible IBM Software Developer Kit for Java. For details of supported Java versions, see Additional software requirements.
Use the following procedure to compile your Java user-defined node from the workbench:
Use the following procedure to compile your Java user-defined node from the command line:
The .par file that you have created is ready for you to install on a broker domain (see Installing user-defined extension runtime files on a broker) or to package for distribution (see Packaging a user-defined node workbench project).