Javac is not recongnised as an internal or external command, operable program or batch file. Says that. There A Pic!
oh, you only need two compilers unless your going to be compiling java files that are in in sub-folders (usually things like java tools (things that are separate from the actual source)) Heres the server compiler Code: javac -classpath deps/log4j-1.2.15.jar;deps/jython.jar;deps/xstream.jar;deps/mina.jar;deps/mysql.jar;deps/poi.jar;deps/slf4j.jar;deps/slf4j-nop.jar -d bin src\core\event\*.java src\core\*.java src\core\clip\*.java src\core\event\*.java src\core\network\*.java src\core\packet\*.java src\core\utility\*.java src\core\world\*.java src\game\*.java src\game\combat\*.java src\game\combat\impl\*.java src\game\content\*.java src\game\item\*.java src\game\minigame\*.java src\game\npc\*.java src\game\object\*.java src\game\packet\*.java src\game\player\*.java src\game\shop\*.java src\game\skill\*.java If you are up for the challenge you should use an IDE, it compiles with no need to configure and helps to fix about 1/3 errors you will ever come by
javac -classpath deps/log4j-1.2.15.jar;deps/jython.jar;deps/xstream.jar;deps/mina.jar;deps/mysql.jar;deps/poi.jar;deps/slf4j.jar;deps/slf4j-nop.jar -d bin src\core\event\*.java src\core\*.java src\core\clip\*.java src\core\event\*.java src\core\network\*.java src\core\packet\*.java src\core\utility\*.java src\core\world\*.java src\game\*.java src\game\combat\*.java src\game\combat\impl\*.java src\game\content\*.java src\game\item\*.java src\game\minigame\*.java src\game\npc\*.java src\game\object\*.java src\game\packet\*.java src\game\player\*.java src\game\shop\*.java src\game\skill\*.java
I Just Need The Server/Source Complier i Got Clinet Working? Whats the Server/Source Complier?
I need like 4 different compliers and your only giving me one?
just copy each compiler into notepad and go to save as... -> blahblahblah.bat and it should create a compiler as a batch file, pop that into the server and client folder and run it, make sure the JDK path is the same as your and you should be sweet p.s you needed to post the visitor message on my wall not your's I only saw it by chance
I can only help you through this because I only have 100mb of net left for a few days so I dont have enough to dl t.v or skype :\ anyway, what do you need help with? making the compiler?
I Need Some Help Im So Confused! Could you Skype Or Teamview Me?
Also, there are compilers located in the first post, near the end
Here man http://www.rune-server.ee/runescape...ml#post3717799
need to compile because I removed the class files and left the java files