Вот что возвращается, когда я запускаю простую команду mvn -v.
Код: Выделить всё
usage: java [options] ,mainclass. [args....]
(to execute a class)
or java [options] -jar [args....]
(to execute a jar file)
or java [options] -m [/] [args...]
(to execute the main class in a module)
or java [options] [args]
(to execute a single source-file program)
Arguments following the main class, source file, -jar ,
-m or --module / are passed as the arguments to
main class.
where options include:
-cp
-classpath
--class-path
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
Подробнее здесь: https://stackoverflow.com/questions/790 ... on-machine
Мобильная версия