Start a thread in a different process in Java
Posted
by kolm
on Stack Overflow
See other posts from Stack Overflow
or by kolm
Published on 2010-03-16T15:52:41Z
Indexed on
2010/03/16
16:01 UTC
Read the original article
Hit count: 281
Hi there, is it possible to start a new thread in a different process in Java? I mean, I'm running a specific process and main thread, issuing ProcessBuilder for creating a new process. Before start() method is invoked, one must provide the command to be run in another process. Is it possible to start a new thread in newly created process?
Thank you in advance for the reply.
Best regards.
© Stack Overflow or respective owner