when compiling gameserver i get this
Buildfile: /home/papi/workspace/gameserver/build.xml
clean:
[delete] Deleting directory /home/papi/workspace/gameserver/build
init:
[mkdir] Created dir: /home/papi/workspace/gameserver/build
[mkdir] Created dir: /home/papi/workspace/gameserver/build/classes
[mkdir] Created dir: /home/papi/workspace/gameserver/build/dist
[mkdir] Created dir: /home/papi/workspace/gameserver/build/dist/login
[mkdir] Created dir: /home/papi/workspace/gameserver/build/dist/gameserver
version:
[exec] Execute failed: java.io.IOException: Cannot run program "./subversion/svnversion": java.io.IOException: error=2, No such file or directory
[echo] aCis gameserver revision: ${revision}
compile:
[javac] /home/papi/workspace/gameserver/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
BUILD FAILED
/home/papi/workspace/gameserver/build.xml:49: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/opt/jre1.6.0_25_x64"
Total time: 603 milliseconds
i'm on linux any help?