It's pretty common-place (at least in *nix) for commands to support both GNU style and POSIX style arguments with both alternatives for most things.

From running "java --help", I learn that

--module will do the same as -m

and

-p is an alternative to --module-path



On 10/21/19 5:56 AM, Peter Toye wrote:
Re: Java project now needs classpaths to run it
Why the Java designer can't just stick to a single syntax is beyond me.....

Reply via email to