Phoenix1405 wrote:
Hi,

I'm extending the Java task at the moment. Is it possible to execute an
external class in a separate VM using the task's methods? I see the fork in
the original Java task source, but it's private and I believe the protected
run method only runs the class in the current VM.

Thanks,
Kev


call setFork(true); that's a public method

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

Reply via email to