Start/Stop process in java
Hi,
Is there a standard solution in jdk api(standard or enterprise) to monitoring other java process?
For monitoring i need:
--Start a java process
--Stop a java process
--Check status of a java process, so if a java process is running or not.
thanks for any suggest,
Mauro,

