aspose file tools
The moose likes Java in General and the fly likes Calling Java Program form a batch file 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 "Calling Java Program form a batch file" Watch "Calling Java Program form a batch file" New topic
Author

Calling Java Program form a batch file

vikram karne
Ranch Hand

Joined: Jun 05, 2007
Posts: 34
Hi

can anybody let me know how to call a java program from a batch file.
i have a folder structure like this
wsclient--->src--> TestClient -->TestClient.java

i have written this program and now i need to call this program when i click a batch file .bat
Can anybody give me a idea as how this is to be done.
any sample code to do this would be very helpful.
waiting for positive replies from your side

Thanks & Regards
Vikramk
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
You'd run a Java program from a batch file in the same way you'd run it from the command line. Be sure to get the classpath right.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Calling Java Program form a batch file
 
Similar Threads
help regarding batch file
Interacting with Windows command prompt
calling batch files
How to call an executable (.exe) from java
Call servlet from batch file