Can`t start on ubuntu 10.04 ... all files downloaded and openjdk-6-jre installed. Download location is ~/.netx/cache/http/www.havenandhearth.com/java/jogl/ But when start i get java.lang.UnsatisfiedLinkError: no jogl in java.library.path
I found (using the IRC-enabled client) with that same error, that modifying the command from run.bat to tell java the path to the library worked. The command I used is java -Xms256m -Xmx512m -Djava.library.path=$path:. -jar haven.jar sh.seatribe.se (the -Djava part is the added part). Not sure if that'll help you, but...