I was trying to trying to edit the HCBot (read about it at JustForFun), and I got these weird errors...
control.Controlcompiled, but
control.KeyboardControlclaimed:
Semantic Error: Type "control.Control" was not found.when compiling with jikes, and similar when compiling with javac. Any ideas? -- Alphax
I am using Eclipse and Java2 1.5 (or whatever the title is). I was using an older version but then I couldn't run bots my friend was sending me (in 1.5). There may be people with issues running bots in current versions of Java but frankly that's not my concern. Sorry.
Regarding Alphax, all that comes to mind is that you don't need to specify the package of classes in the same package. They aren't even in your import section. It is implied with the package identification. Then again maybe I am misinterpreting the error. - Martin Alan Pedersen
I am using Java 1.5, but when compiling (with Jikes 1.22 in my case) I use a flag to generate 1.4.2 compatible code. So my client is capable of running any bot (except florent.ToadRRGC? and apv.TheBrainPi) and I deliver bots that everyone should be able to run. --GrubbmGait