too easy
June 22nd, 2010, 16:04
well.. i tryed watchin millions of vids on youtube for help, also changing the jdk to mine, nothing. nothing is working i deleted the previos material in the old compiler to there changes and i got
javac:cannot find file *.java
i redownloaded, and changed jdk, it does find the file, but.... 100 errors in each section of the compiler here is the code for compiler, and this is probablly a simple fix but need help asap, thanks ;)
__________________________________________________ ________________________________
@echo off
@echo wait source compiling
cd ../src
echo Compiling my source for you now.
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/net/codec/*.java
echo Compiling net.com.espeon
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/*.java
echo Compiling net.com.espeon.model
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/*.java
echo Compiling net.com.espeon.model.update
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/update/*.java
echo Compiling net.com.espeon.model.items
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/items/*.java
echo Compiling net.com.espeon.model.misc
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/misc/*.java
echo Compiling net.com.espeon.model.combat
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/combat/*.java
echo Compiling net.com.espeon.io
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/io/*.java
echo Compiling net.com.espeon.io.packethandler
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/net/*.java
echo Compiling net.com.espeon.util
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/util/*.java
echo Compiling net.com.espeon.world.mapdata
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/world/mapdata/*.java
echo Compiling net.com.espeon.world.items
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/world/items/*.java
pause
__________________________________________________ ____________________________
thats the code there, but obvioslly some parts are supposed to be stung out onto 1 line, but yeah i get the lovely *100 errors when i compile* and since compiling updates your changes to you server, im getting nowhere =/
javac:cannot find file *.java
i redownloaded, and changed jdk, it does find the file, but.... 100 errors in each section of the compiler here is the code for compiler, and this is probablly a simple fix but need help asap, thanks ;)
__________________________________________________ ________________________________
@echo off
@echo wait source compiling
cd ../src
echo Compiling my source for you now.
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/net/codec/*.java
echo Compiling net.com.espeon
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/*.java
echo Compiling net.com.espeon.model
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/*.java
echo Compiling net.com.espeon.model.update
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/update/*.java
echo Compiling net.com.espeon.model.items
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/items/*.java
echo Compiling net.com.espeon.model.misc
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/misc/*.java
echo Compiling net.com.espeon.model.combat
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/model/combat/*.java
echo Compiling net.com.espeon.io
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/io/*.java
echo Compiling net.com.espeon.io.packethandler
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/net/*.java
echo Compiling net.com.espeon.util
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/util/*.java
echo Compiling net.com.espeon.world.mapdata
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/world/mapdata/*.java
echo Compiling net.com.espeon.world.items
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/world/items/*.java
pause
__________________________________________________ ____________________________
thats the code there, but obvioslly some parts are supposed to be stung out onto 1 line, but yeah i get the lovely *100 errors when i compile* and since compiling updates your changes to you server, im getting nowhere =/