Skip to content

Commit

Permalink
highlight mandatory arguments in load message
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Dec 4, 2024
1 parent 1518f05 commit 8308e83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/f/Fiji/Fiji-2.14.0-Java-11.eb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ modloadmsg = """
Additional plugins can be installed in your $HOME/.plugins folder or requested to user support
Use ImageJ/Fiji in headless mode in your scripts with the command `ImageJ-linux64 --headless`
More information at https://imagej.net/Headless
Also for Fiji 2.14.0 the arguments `--default-gc --java-home "$EBROOTJAVA/lib/server/"`
should always be used when running `ImageJ-linux64` commands to avoid errors like:
`Could not load Java library` and `Unrecognized option: -Xincgc`.
"""

moduleclass = 'vis'

0 comments on commit 8308e83

Please sign in to comment.