Difference between revisions of "Thread:Talk:Robocode/My First Robot/Compiled but can't see.../reply (4)"

From Robowiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
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...
 
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.
+
And the opposite problem (non-working development versions) arises 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.
 
I also develop and test using JARs instead of raw .class files.

Latest revision as of 22:33, 1 October 2012

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...

And the opposite problem (non-working development versions) arises 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.