Compiled but can't see...
Fragment of a discussion from Talk:Robocode/My First Robot
Jump to navigation
Jump to search
Okay, so I took the .class file and folder and threw it in the native Robocode folder and it works fine. So I know that's okay.
But still when I have it in my dev folder it doesn't show. In Robocode I have added: C:\MyRobots\build\classes\zjk C:\MyRobots\build\classes\ C:\MyRobots\build\ C:\MyRobots\
...and none of them work! :/
Did you add them all at the same time? I had problems with multiple classpath folders.
And the correct path should be C:\MyRobots\build\classes
MN