Spawn a multi-threaded Java program from a Windows command line program, spawner won't end until spa
- by Ross Patterson
Short version:
How can I prevent a spawned Java process in Windows from blocking the spawning process from ending?
Long version:
I'm trying to spawn a multi-threaded Java program (Selenium RC, not that it should matter) from a program launched from the Windows command line (NAnt's <exec> task, again, not that it should matter). I'm doing…