mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
12 lines
956 B
INI
12 lines
956 B
INI
java.command.terminal.description=Runs java
|
|
java.command.terminal.help.option.description=Print help message
|
|
java.command.terminal.jar.option.description=Launch the main class in a JAR file
|
|
java.command.terminal.jar.option.argument.jar.file.text=jar file
|
|
java.command.terminal.D.option.description=Set system property
|
|
java.command.terminal.D.option.argument.key.text=<name>=<value>
|
|
java.command.terminal.version.option.description=Print the product version to the error stream and exit
|
|
java.command.terminal.classpath.option.description=Class search path of directories and zip/jar files
|
|
java.command.terminal.classpath.option.argument.path.text=filepath[{0}filepath]
|
|
java.command.terminal.show.version.option.description=Print the product version to the output stream and continue
|
|
java.command.terminal.dry.run.option.description=Create VM and load the main class but do not execute the main method
|
|
java.command.terminal.argument.main.class.text=mainclass |