Wrong target version at sample worm-bots
Posted: Tue Aug 18, 2009 6:13 pm
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.
NOTE: Copy it in the extracted WormSKD folder or change the given folders!
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