Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Vernon Day   on Nov 25 In Java Category.

  
Question Answered By: Edna West   on Nov 25

You can execute  a program  using the Runtime.exec() methods. Check out the
java.lang.Runtime and java.lang.Process
classes for more information. Basically, it will look like this:

Runtime rt = Runtime.getInstance();
Process process = rt.exec("c:\program.exe argument");

Share: 

 
 
Didn't find what you were looking for? Find more on Executing C++/VB program from Java Or get search suggestion and latest updates.


Tagged: