Hello everybody!
I also gave the application a first try and found the following
concerning the libraries:
The libraries seem to get extracted to the directory you start the
java web start from (which is your user home directory if you just
click on it in the browser) and this seems to lead to some problems...
For me, if I start from the directory the jnlp file is located in (cd /
my/folder javaws WholeBrainCatalog.jnlp), it works just fine. If I
try it from another directory however (javaws my/folder/
WholeBrainCatalog.jnlp) I get an unsatisfied link error and as a
result there is no progress after the "loading user interface" step.
Same if I start the code from eclipse: libraries are extracted to the
project root directory and can not be found (unsatisfied link error)
unless I specify the project root as java.library.path using the -
Djava.library.path virtual machine argument. Maybe info on this last
workaround should be added to the wiki for people that run into the
same problem..?