| Author |
Running a third party exe....
|
Rashmi Tambe
Ranch Hand
Joined: Aug 07, 2001
Posts: 418
|
|
How can i execute a third party exe from within my java program. I want to start a third party exe on an occurance of a certain event. How can i do this ? using native calls , JINI or what ? can somebode guide me ? TIA Rashmi
|
 |
Rob Ross
Bartender
Joined: Jan 07, 2002
Posts: 2205
|
|
you can use Runtime.exec() and pass the name of the application as a parameter. [ March 10, 2002: Message edited by: Rob Ross ]
|
Rob
SCJP 1.4
|
 |
 |
|
|
subject: Running a third party exe....
|
|
|