Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
how do I let a process started via Runtime.exec() run after the parent thread returns?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John C. Bollinger, post: 559525"] What makes you think it's not happening already? There are a number of things to understand about Runtime.exec() in order to use it correctly, but one of them is that the Process it starts is asynchronous with respect to the thread that started it. I strongly encourage you to read the API docs of the Runtime and Process classes. John Bollinger [email]jobollin@indiana.edu[/email] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
how do I let a process started via Runtime.exec() run after the parent thread returns?
Top