Unknown source

Post Reply
wiz1989
Posts: 10
Joined: Thu Feb 19, 2009 7:00 pm
Location: Germany

Unknown source

Post by wiz1989 »

Hey guys, I've got a little problem.
After installing the WormSDK and running the bat-file i got the following cmd-output.
Do you know what I need to change to run the simulator properly?

Image

Thx for your help!

wiz
Karian
Posts: 75
Joined: Wed Jan 09, 2008 10:21 am

Post by Karian »

as mentioned in the topic with the same name as the error you get, there is a problem with the class files given with the installation. They seem to be compiled in java 6, while you should compile all bots compliant for Java 5. if you recreate the bots from the source, normally everything should work.
wiz1989
Posts: 10
Joined: Thu Feb 19, 2009 7:00 pm
Location: Germany

Post by wiz1989 »

Alright, thanks a lot.
javac -target 1.5 <Filepath> works fine
Post Reply