Hi, I want to start independent processes from Java, either other Java VMs or something like a browser.
On Linux, from within Java I start a shell script containing "nohup ... &" which works fine. On Windows, I use a .bat script, but I'm having problems with that. Sometimes it works, sometimes it doesn't. It seems to me that starting another Java VM is a standard task that many developers will face. How can it be solved using Exec? Many greetings, Stefan Reich / BotCompany.de
