mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
11 lines
921 B
INI
11 lines
921 B
INI
java.command.terminal.description=Runs java.
|
|
java.command.terminal.help.option.description=Prints the help message to the {0} stream.
|
|
java.command.terminal.jar.option.description=Launches the main class in a JAR file.
|
|
java.command.terminal.version.option.description=Prints the product version to the {0} stream and exit.
|
|
java.command.terminal.classpath.option.description=Class search path of directories and zip/jar files.
|
|
java.command.terminal.show.version.option.description=Prints the product version to the {0} stream and continue.
|
|
java.command.terminal.dry.run.option.description=Creates VM and load the main class but do not execute the main method.
|
|
java.command.terminal.enable.preview.option.description=Allows classes to depend on preview features of the release.
|
|
java.command.terminal.verbose.option.description=Enables verbose output for the given subsystem.
|
|
error.stream.name=error
|
|
output.stream.name=output |