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
jvm.root-paths determines the location Jaunch looks for Java versions.
Currently, this configuration is also specified in fiji.toml which aggregates jvm.toml. This causes the fiji.toml values to be prepended and thus completely take precedence over the jvm.toml versions - even though jvm.toml includes e.g. --java-home which should be an absolute override as a user flag.
Aggregated values are currently prepended, thus declaring a root
diretcory in fiji.toml takes precedence over ALL paths in jvm.toml,
making it impossible to update the Java version on x64 Mac in Fijis with
a bundled JVM.
See #49
jvm.root-paths
determines the location Jaunch looks for Java versions.Currently, this configuration is also specified in
fiji.toml
which aggregatesjvm.toml
. This causes thefiji.toml
values to be prepended and thus completely take precedence over thejvm.toml
versions - even thoughjvm.toml
includes e.g.--java-home
which should be an absolute override as a user flag.@ctrueden suggested some alternatives:
@{app-specific-root-paths}
reference... somewhere... injvm.toml
which is then an extension point that can be leveraged infiji.toml
fiji.toml
entry tojvm.toml
$
(!
is already taken for inverting hints), that when present in a list item causes the value to be appended instead of prependedThe text was updated successfully, but these errors were encountered: