Difference between revisions of "User talk:Pseudoprogrammer"

From Robowiki
Jump to navigation Jump to search
(Created page with 'Found 1 semantic error compiling "C:/robocode/robots/gs/Tav.java": 7. public class Tav extends AdvancedRobot ^-^ *** Semantic Error: The class file "Bu…')
 
(reason)
Line 8: Line 8:
  
 
WHY IS THIS HAPPENING?! Gah, i'm about to light myself on fire.
 
WHY IS THIS HAPPENING?! Gah, i'm about to light myself on fire.
 +
 +
 +
Because you are using Jikes, which is uncompaticle with Java 6. Try using javac to compile instead. (Search some old topics in Robocode help forum on SF.net) --[[User:Nat|<span style="color:#099;">Nat</span>]] [[User talk:Nat|<span style="color:#0a5;">Pavasant</span>]] 05:20, 4 November 2009 (UTC)

Revision as of 07:20, 4 November 2009

Found 1 semantic error compiling "C:/robocode/robots/gs/Tav.java":

    7. public class Tav extends AdvancedRobot
                    ^-^
      • Semantic Error: The class file "BulletHitEvent.class" in "libs\robocode.jar\robocode" has an invalid format (duplicate local variable type table).

Compile Failed (1)


WHY IS THIS HAPPENING?! Gah, i'm about to light myself on fire.


Because you are using Jikes, which is uncompaticle with Java 6. Try using javac to compile instead. (Search some old topics in Robocode help forum on SF.net) --Nat Pavasant 05:20, 4 November 2009 (UTC)