Page 1 of 1

Wrong target version at sample worm-bots

Posted: Tue Aug 18, 2009 6:13 pm
by BieneMaya
Hello Hacker.org Community,

Today I tryed to run the Worms SDK. The sample Bots aren't compiled correctly.

While it is fixed you can use the workaround script below or recompile it yourself.

Code: Select all

#! /bin/bash
rm bin/WallAvoider.class
rm bin/IGotsAdd.class
javac -target 5 -d bin src/WallAvoider.java
javac -target 5 -d bin src/IGotsADD.java
NOTE: Copy it in the extracted WormSKD folder or change the given folders!

Posted: Sat Feb 05, 2011 2:57 pm
by SinistraD
Thanks, this was rly helpful