Compiled but can't see...
← Thread:Talk:Robocode/My First Robot/Compiled but can't see.../reply (3)
The .properties file is added to the JAR when you package your bot, but it shouldn't be needed in order to see a development version of your bot. I'm not sure, but I think you'll need to add the top level directory in Robocode - e.g., if your bot is zjk.MyRobot, under ...\build\classes\zjk\MyRobot.java, you'd need to point Robocode to ...\build\classes.
I have my things setup the other way, with Eclipse compiling the .class files into robocode/robots/, but that's kind of a stupid setup that I've just never bothered to change.
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Robocode/My First Robot/Compiled but can't see.../reply (4).
There was one time when codesize calculated the wrong size for a nanobot, adding the size of 2 development bots together.
I ended trying to shrink the code a lot only to discover it did already fit in the nanobot category before with lots of room for more code.