Execute a Java program from our Java program

Posted by Arun on Stack Overflow See other posts from Stack Overflow or by Arun
Published on 2009-02-02T08:06:30Z Indexed on 2010/04/07 13:43 UTC
Read the original article Hit count: 393

Filed under:
|
|

How to execute another Java program from our Java program? I used Runtime.getRuntime().exec("_") but it throws a runtime IOException. I don't know whether I have the problem with specifying the path or something else. Can anyone please help me with the code. Thanks in advance.

Regards, Arun

© Stack Overflow or respective owner

Related posts about java

Related posts about execute