aspose file tools
The moose likes Java in General and the fly likes Running a third party exe.... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Running a third party exe...." Watch "Running a third party exe...." New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Running a third party exe....
 
Similar Threads
regarding classes in jar
Need help for Jar to Exe conversion
How to call a local class from a servlet?
how can i make a .exe file of java
General doubt