Compiled but can't see...
Fragment of a discussion from Talk:Robocode/My First Robot
Jump to navigation
Jump to search
Not that stupid. Many times I saw a development version working, only to generate a non-working JAR. Wrong .properties file, security violations, wrong file names...
The problem becomes worse when you use the engine API directly instead of the GUI. i.e. genetic tuning with full battles.
I also develop and test using JARs instead of raw .class files.
MN