Jniexec provides a Java class library and a Java Native Interface wrapper around the Linux (Unix) fork/exec functions. It further provides native I/O redirection and formulation of subprocess pipelines resembling Unix shell pipelines.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
getStatus () a été changé de ne pas jeter quand plusieurs threads veulent attendre un enfant et les suivants ainsi attendre un enfant qui n'existe plus. kill () et suggestTermination () ont été modifiées de ne pas jeter quand ils envoient un signal à un enfant qui n'existe plus. Cela peut se produire en raison d'une «race condition» à la mise en état de l'enfant à la fin.
Tags:
Feature Enhancement
getStatus() was changed to not throw when several threads want to wait for a child and the later ones thereby wait for a child that does not exist anymore. kill() and suggestTermination() were changed to not throw when they send a signal to a child that no longer exists. This can happen due to a race condition with setting the child's status to terminated.