Thank you! I knew it had to be some minor mistake, glad you put it on the wiki so some other people who could have the same problem know how to fix it.
Hi, I have been trying to get robocode to work with Eclipse 2018-09 without success. I followed the instructions on the wiki when creating the project, like adding the jar file to libraries and adding javadoc. When I create a new class with AdvancedRobot as a superclass, it cannot resolve the import robocode. Things I've tried so far (which didn't work): Changing the superclass to robot Adding robocode.jar to classpath instead of modulepath in libraries when setting up the project Uninstalling and...