Skip to content

Commit

Permalink
Fiji: generalize classpath inclusion rule
Browse files Browse the repository at this point in the history
There are other subfolders beneath the jars folder,
specifically the platform-specific folders. For now,
we simply include all of them, even though it's hacky.
  • Loading branch information
ctrueden committed May 9, 2024
1 parent d35cb3b commit 9ffe8c3
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 @@ -128,7 +128,7 @@ jvm.version-min = '21'

jvm.classpath = [
'--full-classpath|${app-dir}/jars/*.jar',
'--full-classpath|${app-dir}/jars/bio-formats/*.jar',
'--full-classpath|${app-dir}/jars/*/*.jar',
'--full-classpath|${app-dir}/plugins/*.jar',
'!--full-classpath|${app-dir}/jars/imagej-launcher*.jar',
'--main-class|.', # Weird behavior, but it's what the ImageJ Launcher does.
Expand Down

0 comments on commit 9ffe8c3

Please sign in to comment.