Restrictions when creating Java nodes

When creating Java nodes, be aware of the following restrictions:

System.exit(...) not supported

Within Java user-defined nodes, and the Java compute node, calling the System.exit(...) method is not supported. Calling this method results in a SecurityException.

Developing nodes on z/OS

Do not develop Java nodes on z/OS that you intend to deploy to a broker on a distributed platform. This is because the level of Java on z/OS might not produce code that is compatible with the level of Java on the distributed platform.

Related reference
Exception list structure
Related information
Java API