- Joined
- May 23, 2008
- Messages
- 778
- Reaction score
- 4
I'm not sure if it works, but if you put this into the folder with the java file(s) you want to compile, it should work..
Put that, and save it as compiler.bat
Again, I'm not sure if it works.
Edit: I am now sure it works! =D
Code:
@echo off
COLOR 01
title MSDartz Compiler.
"C:\Program Files\Java\jdk1.6.0_10\bin\javac.exe" -cp . *.java
pause
Put that, and save it as compiler.bat
Again, I'm not sure if it works.
Edit: I am now sure it works! =D
Last edited: