yea, um. my server wont update, i mean. i'll compile it.. and it will tell me if i get errors or not, which.. is good. but.. it never updates the server, as in.. i added some commands, emotes. etc.. i compile, (no errors), i try to test them out.. nope. nothing.. any one know why?
i'm using hotyutes source as well, heres my compiler. >.<
Code:
@echo off
title 602 compiler
echo Compiling main...
"C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -Xlint -deprecation -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/Main.java
echo Compiling packets...
"C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe" -d out -cp lib/grizzly-nio-framework-1.9.18-e.jar;lib/mysql-connector-java-5.1.10-bin.jar;lib/xstream.jar -sourcepath src src/com/hotyute/clientdata/players/ipackets/*.java
echo Done.
pause
exit
please help. S: