| Author |
Calling an executable file
|
Chandramouli V.N
Greenhorn
Joined: Oct 18, 2005
Posts: 6
|
|
Hi, I need to call an executable file from a java program.How do i do it? Thanks Mouli
|
 |
Lin Shen
Ranch Hand
Joined: Oct 08, 2003
Posts: 57
|
|
|
Have a look at the Runtime class or ProcessBuilder in Java 5.
|
 |
 |
|
|
subject: Calling an executable file
|
|
|