Difference between revisions of "Talk:Robocode/Older Developers Guide for building Robocode"
Jump to navigation
Jump to search
Lestofante (talk | contribs) (New page: ==Building Robocode== I'm using Eclipse(Version: 3.2.2), I've downloaded the robocode's source in .zip format, then I've imported it as "existing project", but I still got the error: com.s...) |
m (Talk:Robocode/Developers Guide for building Robocode moved to Talk:Robocode/Old Developers Guide for building Robocode: A new Developers Guide is required from Robocode version 1.7, which has been heavily modularized and is now using Maven 2 inste) |
Revision as of 23:54, 8 February 2009
Building Robocode
I'm using Eclipse(Version: 3.2.2), I've downloaded the robocode's source in .zip format, then I've imported it as "existing project", but I still got the error: com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/usr/lib/jvm/java-6-sun-1.6.0.07/jre" I've understand that JAVA_HOME have to be changed to my sdk, but how? Modify the OS classpath hasn't work, modyfy project standard jre hasn't work, other idea? my OS is ubuntu hardy X64