aspose file tools
The moose likes Java in General and the fly likes Run external application without using a batch file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Run external application without using a batch file" Watch "Run external application without using a batch file" New topic
Author

Run external application without using a batch file

Vijay Vaddem
Ranch Hand

Joined: Feb 13, 2004
Posts: 243
Hi,

I would like to get the output of running an external application
in my java program (using files or streams..)

Currently im creating a batch file and executind that batch file
from my java class.

Though it is working fine, i want to know if this is possible to
do the same without using a batch file.

I'm running the "osql" application of Microsoft SQL Server.
Vijay Vaddem
Ranch Hand

Joined: Feb 13, 2004
Posts: 243
Thanks guys, after goin through the other topics in this section,
i got the answer...!!

Here it is....


 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Run external application without using a batch file
 
Similar Threads
run java using batch
Error in run.bat of jboss-4.0.5.GA
Cant compile my java files on DOS
run java file using batch program?
standalone application question