sorry, it doesnt work with the firewall on or off. i still get that same error. btw, in the run_linux.sh script, u should put this:
#! /bin/sh
java -Djava.library.path="lib/linux" -classpath "tremsb.jar:lib/linux/swt.jar" com.gareth.tremsb.TremSBGUI
instead of this:
#!/bin/sh
java -Djava.library.path="lib/linux" -classpath "tremsb.jar:lib/linux/swt.jar" com.gareth.tremsb.TremSBGUI
That seemed to fix the bad interpreter problem.