-
Notifications
You must be signed in to change notification settings - Fork 4
Description
The official version of Jaunch provided with Fiji breaks the ability to compile Java-based plugins from within the Fiji Script editor.
If I discard the official version of Jaunch and insert an early beta-testing copy of it from c. February 2024 (into the same copy of Fiji), compiling works correctly again.
@ctrueden raised this as an issue on the SciJava tracker:
scijava/scripting-java#14
However the functionality change occurs with the version of Jaunch used, not with SciJava.
details of the differences in the --dry-run output between "Official" and "Unofficial" are available:
https://forum.image.sc/t/fiji-latest-java-21-bundles-ready-for-community-testing/112417/65?u=scouser27
The issue appears to apply regardless of the JDK version used:
"Unofficial" works fine with both system-installed OpenJDK21 and also the pre-packaged Zulu21 provided in default copies of Fiji [i.e. not the No-JRE version]