Hi,
I am running Icy from terminal with this command:
/usr/libexec/java_home -v 1.7.0 --exec java -jar icy.jar
If I open a stack and shift to 3D Viewer, icy then crashed with the following output in the terminal:
Java(TM) SE Runtime Environment 1.7.0_71-b14 (64 bit)
Running on Mac OS X 10.10.1 (x86_64)
Number of processors : 24
System total memory : 32.0 GB
System available memory : 5533.4 MB
Max java memory : 7282.0 MB
VTK library successfully loaded...
Icy Version 1.5.4.2 started !
_NSJVMLoadLibrary: NSAddLibrary failed for /libjawt.dylib
JavaVM FATAL: lookup of function JAWT_GetAWT failed. Exit
But if I run it with java 1.6, 3D Viewer works fine:
/usr/libexec/java_home -v 1.6.0 --exec java -jar icy.jar
I looked for the crash log, but didn't find.
Any comment?