mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
46 lines
4.5 KiB
Properties
46 lines
4.5 KiB
Properties
# suppress inspection "UnusedProperty" for whole file
|
|
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
|
|
java.command.terminal.batch.option.description=Disable background compilation.
|
|
java.command.terminal.bootclasspath/a.option.description=Append to end of bootstrap class path.
|
|
java.command.terminal.check.jni.option.description=Perform additional checks for JNI functions.
|
|
java.command.terminal.comp.option.description=Forces compilation of methods on first invocation.
|
|
java.command.terminal.debug.option.description=Does nothing. Provided for backward compatibility.
|
|
java.command.terminal.diag.option.description=Show additional diagnostic messages.
|
|
java.command.terminal.future.option.description=Enable strictest checks, anticipating future default. This option is deprecated and may be removed in a future release.
|
|
java.command.terminal.int.option.description=Interpreted mode execution only.
|
|
java.command.terminal.internalversion.option.description=Display more detailed JVM version information than the -version option.
|
|
java.command.terminal.log.option.description=Configure or enable logging with the Java Virtual Machine (JVM) unified logging framework. Use -Xlog:help for details.
|
|
java.command.terminal.loggc.option.description=Log GC status to a file with time stamps. This option is deprecated and may be removed in a future release. It is replaced by -Xlog:gc:<file>.
|
|
java.command.terminal.mixed.option.description=Mixed mode execution (default).
|
|
java.command.terminal.mn.option.description=Set the initial and maximum size (in bytes) of the heap for the young generation (nursery).
|
|
java.command.terminal.ms.option.description=Set the initial Java heap size.
|
|
java.command.terminal.mx.option.description=Set maximum Java heap size.
|
|
java.command.terminal.noclassgc.option.description=Disable class garbage collection.
|
|
java.command.terminal.rs.option.description=Reduce use of OS signals by Java/VM (see documentation).
|
|
java.command.terminal.share.auto.option.description=Use shared class data if possible (default).
|
|
java.command.terminal.share.off.option.description=Do not attempt to use shared class data.
|
|
java.command.terminal.share.on.option.description=Require using shared class data, otherwise fail. This is a testing option and may lead to intermittent failures. It should not be used in production environments.
|
|
java.command.terminal.showSettings.option.description=Show all settings and continue.
|
|
java.command.terminal.showSettings.all.option.description=Show all settings and continue.
|
|
java.command.terminal.showSettings.locale.option.description=Show all locale related settings and continue.
|
|
java.command.terminal.showSettings.properties.option.description=Show all property settings and continue.
|
|
java.command.terminal.showSettings.vm.option.description=Show all vm related settings and continue.
|
|
java.command.terminal.showSettings.system.option.description=(Linux Only) Show host system or container configuration and continue.
|
|
java.command.terminal.ss.option.description=Set java thread stack size The actual size may be rounded up to a multiple of the system page size as required by the operating system.
|
|
java.command.terminal.verify.option.description=Sets the mode of the bytecode verifier Note that option -Xverify:none is deprecated and may be removed in a future release.
|
|
java.command.terminal.bootclasspath.option.description=Set the search path for bootstrap classes and resources.
|
|
java.command.terminal.bootclasspath/p.option.description=Prepend in front of the bootstrap class path.
|
|
java.command.terminal.incgc.option.description=Enable incremental garbage collection.
|
|
java.command.terminal.prof.option.description=Output cpu profiling data. |