Default process launch mechanism
Oracle provides the new
-Djdk.lang.Process.launchMechanism="posix_spawn" option, to specify the mechanism to create the child process. NSJ supports two mechanisms
fork and
POSIX_SPAWN. By default,
POSIX_SPAWN mechanism is used to create child process. HPE recommends you to use the standard launch mechanism provided by Oracle.

