| Author |
launch any other program
|
vijay shanker
Ranch Hand
Joined: Oct 26, 2007
Posts: 88
|
|
hi ranch group, i am very curious today to know, it there exist any way by which i can open windows application by my program. all i want is to open MS Office Word application through a java program. thanks
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
Check out java.lang.ProcessBuilder when using Java 5.0 or up, and java.lang.Runtime#exec for Java 1.4 and earlier.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: launch any other program
|
|
|