Hi all,
I managed to get it working now. Unfortunately the posts on the forum
mentioned below did not help (at least not directly). Somehow the VTK
library can't find the required AWT part and has to be pointed to the
correct location explicitly.
For the record, here's what I did (tested on Ubuntu 14.10, 64 bit):
* download latest Java 7 JRE from Oracle [1], x64, in tar.gz format
* install the Java packaging tool: sudo apt-get install java-package
* convert the .tar.gz into a .deb: make-jpkg jre-7u75-linux-x64.tar.gz
* install the deb: sudo dpkg -i oracle-java7-jre_7u75_amd64.deb
To run Icy with VTK, it needs to be prefixed with the library path
explicitly (or configure system-wide, but I don't like doing this). The
required library is shipped with the Oracle Java package, so no need to
install anything additional, just a modified startup command. This can
be done as follows:
cd /path/to/Icy
export LD_LIBRARY_PATH=/usr/lib/jvm/jre-7-oracle-x64/lib/amd64
/usr/lib/jvm/jre-7-oracle-x64/bin/java -jar icy.jar
Running the "updater.jar" works as well of course, you just don't get
the messages printed to the console then, that's why I preferred to run
"icy.jar" directly for testing.
Cheers
~Niko
>
https://groups.google.com/d/msgid/icy-software/bc85c6b1-e539-4a07-b94c-248949414430%40googlegroups.com
> <
https://groups.google.com/d/msgid/icy-software/bc85c6b1-e539-4a07-b94c-248949414430%40googlegroups.com?utm_medium=email&utm_source=footer>.