diff --git a/configs/jvm.toml b/configs/jvm.toml index 017c25a..8089a16 100644 --- a/configs/jvm.toml +++ b/configs/jvm.toml @@ -27,7 +27,6 @@ supported-options = [ '--headless|run in text mode', "--heap,--mem,--memory=|set Java's heap size to (e.g. 512M or 64%)", '--class-path,--classpath,-classpath,--cp,-cp=|append to the class path', - '--jar-path,--jarpath,-jarpath=|append .jar files in to the class path', "--ext=|set Java's extension directory to ", '--debugger=[,suspend]|start Java in a mode so an IDE/debugger can attach to it', ] diff --git a/test/fiji.t b/test/fiji.t index cfa2bf4..c518712 100644 --- a/test/fiji.t +++ b/test/fiji.t @@ -98,8 +98,6 @@ Test command line argument combinations. set Java's heap size to (e.g. 512M) --class-path, --classpath, -classpath, --cp, -cp append to the class path - --jar-path, --jarpath, -jarpath - append .jar files in to the class path --ext set Java's extension directory to --debugger [,suspend]