That did the trick. Including all the Robocode libs in the classpath solved it. Thank you!
Hi, I'm working on an evolution project which will create bots, compile them, then create a robocode engine to perform battles between the bots. The bots do need to read from a file outside their local directory, so that's why I think it may be a security issue. The bots are compiling correctly, and will run if robocode is launched from eclipse. The VM arguments in eclipse do disable the security. However, creating a battle using a java program yields the following error: java.lang.ClassNotFoundException:...