Skip to content

Commit

Permalink
Remove jarpath references
Browse files Browse the repository at this point in the history
This option was removed in fiji/fiji@65e9b11
  • Loading branch information
hinerm committed Nov 20, 2024
1 parent 7078efb commit ab004ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion configs/jvm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ supported-options = [
'--headless|run in text mode',
"--heap,--mem,--memory=<amount>|set Java's heap size to <amount> (e.g. 512M or 64%)",
'--class-path,--classpath,-classpath,--cp,-cp=<path>|append <path> to the class path',
'--jar-path,--jarpath,-jarpath=<path>|append .jar files in <path> to the class path',
"--ext=<path>|set Java's extension directory to <path>",
'--debugger=<port>[,suspend]|start Java in a mode so an IDE/debugger can attach to it',
]
Expand Down
2 changes: 0 additions & 2 deletions test/fiji.t
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ Test command line argument combinations.
set Java's heap size to <amount> (e.g. 512M)
--class-path, --classpath, -classpath, --cp, -cp <path>
append <path> to the class path
--jar-path, --jarpath, -jarpath <path>
append .jar files in <path> to the class path
--ext <path>
set Java's extension directory to <path>
--debugger <port>[,suspend]
Expand Down

0 comments on commit ab004ff

Please sign in to comment.