Edit: Fixed the following issue by downloading Ender's updated, suggested by borka on some other thread. Apparently the libjogl and libgluegen versions on Debian repos do not match the ones required by the game/apocs client to work.
Once again I'm having some issues running the cliet. I got a new hard drive and am on a fresh install (Debian jessie 32bits). I installed openjdk7-jre and tried to run the game. It complained about gluegen and jogl not being installed. So I installed the following packages (you can see the list of all shared object files clicking on the links, there is libgluegen2-rt.so and some others)
https://packages.debian.org/en/jessie/i ... i/filelisthttps://packages.debian.org/en/jessie/i ... a/filelisthttps://packages.debian.org/en/jessie/i ... a/filelisthttps://packages.debian.org/en/jessie/i ... i/filelistantlr and libantlr-java were automatically installed along with those.
I added /usr/lib/jni as Djava.library.path and now I get this exception
Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/opengl/GLCanvas
And I can't seem to go any further than that. I removed the packages, downloaded gluegen and jogl from the links provided by borka on another thread
viewtopic.php?f=27&t=19421&start=10And unpacked on my hnh folder. I changed Djava.library.path to my hnh folder but the result is the same, I get the same exception.