Menu
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
help required in using getRuntime.exec() and JFrames
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="Matt Humphrey, post: 615541"] It seems unusual that the exec does not finish until your Frame exits. It suggests to me that you're either not giving the exec enough time to do its job, or it's blocked waiting for your program to do something. As part of running an exec, you need to simultaneously read standard out / standard error from the program or it will block. If you show your exec code someone may be able to determine if it's correct. Cheers, Matt Humphrey [email]matth@ivizNOSPAM.com[/email] [URL]http://www.iviz.com/[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
help required in using getRuntime.exec() and JFrames
Top