Here they say. Most implementations of the Java virtual machine run as a single process. A Java application can create additional processes using a ProcessBuilder object.So, following this, it seems that you cannot without vm intervention. An alternative would be to create a process instead of a thread.
source
share