aspose file tools
The moose likes Beginning Java and the fly likes invoking c exe from java 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 » Beginning Java
Reply Bookmark "invoking c exe from java" Watch "invoking c exe from java" New topic
Author

invoking c exe from java

rajarajan
Greenhorn

Joined: Jun 03, 2002
Posts: 2
how to invoke a exe program created from c program using java
Rene Liebmann
Ranch Hand

Joined: May 02, 2002
Posts: 196
Runtime.getRuntime().exec("any program"); is the solution. If you want to know more, please search the JavaRanch. You will find much more.
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
rajarajan,
Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. Particularly, the name should not be 'obviously fictitious'.
You can change your displayed name here.
Thanks and again, welcome to the JavaRanch!
Cindy


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: invoking c exe from java
 
Similar Threads
.class file into .exe file
i have to call c# file/program from java program how to do it ?
sqresus.dll not loaded
Open - Close exe
Running a .exe from java program