I don't think I would even have a clue now, haven't programmed java in a looong time, but it should effect anything, it would just be the JVM wanting specific arguments, if you don't want it appearing their should be a sort of suppression command/argument you could add into that file, but I wouldn't have a clue what to suppress
I Would Love To Tie Up The Loose Ends Once Your Got Some more Net? Thanks So Much
Nope, it would be a pro to fix if your wanting to tie up loose ends, but for the most part it shouldn't effect performance, unless where going to go into the 0.00%'s And np bro, gl
You Fixed it*
I Fixed It Thanks So Much! Cant Wait To Use Your Source And Check it Out! Does This Matter? It Shouldnt? Write Back
did it work?
Try removing the ' or changing them to " so, it has been a while since I've had to do this
OMG Now What? I Do Thank you Alot For helping Please Try Fix This?
replace javac with your location to your JDK Compiler so Code: 'C:\Program Files\Java\jdk1.7.0_09\bin\javac.exe' So your compiler should look like this Code: 'C:\Program Files\Java\jdk1.7.0_09\bin\javac.exe' -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 Just make sure the file path is the same as yours
'C:\Program Files\Java\jdk1.7.0_09\bin\javac.exe'
'C:\Program Files\Java\jdk1.7.0_09\bin\javac.exe' -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
Dude! Please Replie