How to create a new Process in Java? -


we have requirement of creating new process java. know can create new sub-processes using processbuilder , runtime.exec our requirement create complete new process. in other words, not want have spawned process exit when jvm does.

does have ideas how can using java api or 3rd party framework?

i've made test java program spawns process. when java program exits, spawned process still alive. problem? anyway, in case of trouble can spawn shell (.bat) file , spawn process it.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -