Files
openide/java/java-terminal/resources/messages/JavaTerminalBundle.properties
Georgii Ustinov 69c61a1c86 [Java] Add support for -X options in java command in java completion
IDEA-359244

GitOrigin-RevId: 47c6a7439cead3aee7f412ff68924838b0300838
2024-09-22 19:00:30 +00:00

13 lines
1006 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
java.command.terminal.default.argument.text=value