Hey, I have a java question :)

I have an Ant target (the Jsunit start_server target, actually) which
starts a java process using the <java fork="true" ...> Ant target.

How can I grab the PID for this process, or of the parent Ant process?
 Is the PID hidden by the JVM sandbox security, and my only option is
to grep the output of ps from the process invoking Ant?

Thanks,
-- Chad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to