Skip to content

Commit

Permalink
Set min Java version to 8 for Fiji
Browse files Browse the repository at this point in the history
This allows Fiji to launch with Java 8, without precluding a newer Java
to be found in the app configuration root.
  • Loading branch information
hinerm committed May 20, 2024
1 parent e5283d5 commit 0171b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/fiji.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jvm.root-paths = [
'!--system|OS:MACOSX|ARCH:X64|${app-dir}/java/macosx/*/jre/Contents/Home',
]

jvm.version-min = '21'
jvm.version-min = '8'

jvm.classpath = [
'--full-classpath|${app-dir}/jars/*.jar',
Expand Down

0 comments on commit 0171b23

Please sign in to comment.