This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes bat file to compile java files into another 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 » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "bat file to compile java files into another file" Watch "bat file to compile java files into another file" New topic
Author

bat file to compile java files into another file

kenny koh
Greenhorn

Joined: Oct 11, 2011
Posts: 7
Hi,

I have 2 files(classes and src) and 2 bat files(compile and run) in a folder.

All my java files are in a folder called src and i would like my compile.bat file to compile all the files into the classes folder. Can someone show me how its done?

My run.bat is up and running already.

Thanks
 
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: bat file to compile java files into another file
 
Similar Threads
creating jar for specific files
Compiling java file
having issues with compile for AdviceBean from HF EJB
creating long classpath?
How to use relative directory locations when compiling?