Master Summoner
- Joined
- Mar 19, 2007
- Messages
- 531
- Reaction score
- 2
Just edit these into 2 already existing batch files. Remember you need to have JDK v6 Update 1 downloaded and installed. Otherwise change the jdk1.6.0_01 to what you have. Example, if you have JDK 5 make it 1.5.0_0
Compiler
run server
For SERVER NAME HERE just put the name you named your server. Example: Examplescape
Compiler
Code:
@echo off
color 0a
title [COLOR=red]SERVER NAME HERE[/COLOR]
"C:/program files/java/jdk1.6.0_01/bin/javac" *.java
pause
run server
Code:
@echo off
color 0a
title [COLOR=red]SERVER NAME HERE[/COLOR]
"C:/program files/java/jdk1.6.0_01/bin/java" *.java
pause
For SERVER NAME HERE just put the name you named your server. Example: Examplescape
Last edited: