mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-15 05:35:04 -05:00
5 lines
127 B
Batchfile
5 lines
127 B
Batchfile
@echo off
|
|
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_03\bin
|
|
del *.class
|
|
javac -classpath .;../../../rscd.jar *.java
|
|
pause |