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
posted
0
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.