Files
openide/java/java-terminal/resources/messages/JavaTerminalBundle.properties
Georgii Ustinov 305b11607a [Java] Define classpath separator based on the operating system in JavaShellCommandSpecsProvider
IDEA-359243

GitOrigin-RevId: 07c9d3153c67f168b26638e0d3444a4242cc363f
2024-09-19 11:38:12 +00:00

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