You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be an issue wit the Java version used for Fiji/2.14.0-Java-11
$ ImageJ-linux64 --default-gc --java-home "$EBROOTJAVA/lib/server/"
Could not load Java library '/home/sassy/apps/software/Java/11.0.2/lib/server//lib/amd64/server/libjvm.so': /home/sassy/apps/software/Java/11.0.2/lib/server//lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory
Warning: falling back to System JVM
[WARNING] 2 exceptions occurred during plugin discovery.
Jan 16, 2025 1:44:43 PM java.util.prefs.FileSystemPreferences$1 run
It appears that Java-11 does not have the amd directory and the sub-directory server . Using a sym-link is working to some extend, however there are still warnings.
Using the latest version of Java/8 fixes these warnings though. So either we got a somewhat broken Fiji with Java/11 or an insecure not broken one with Javaq/8.
What would be a good way forward here?
The text was updated successfully, but these errors were encountered:
There appears to be an issue wit the
Java
version used forFiji/2.14.0-Java-11
It appears that Java-11 does not have the
amd
directory and the sub-directoryserver
. Using a sym-link is working to some extend, however there are still warnings.Using the latest version of Java/8 fixes these warnings though. So either we got a somewhat broken Fiji with Java/11 or an insecure not broken one with Javaq/8.
What would be a good way forward here?
The text was updated successfully, but these errors were encountered: