Spawn a child process of the current (like Linux fork)
843798Mar 5 2005 — edited Mar 7 2005Is there a way to fork a new process like the currently running one (just like fork() in linux).
I can use Runtime.exec(...) to execute the same main class like the one running, but this does not always work. For example, when the file is running from a .JAR file.
How can I FORK() another process?
Regards,
Ahmed Saad