< prev index next >

src/share/classes/sun/launcher/resources/launcher.properties

Print this page
rev 1467 : 6894719: (launcher)The option -no-jre-restrict-search is expected when -jre-no-restrict-search is documented.
Reviewed-by: darcy
rev 1474 : 7062969: java -help still shows http://java.sun.com/javase/reference
Reviewed-by: ohair, darcy


  31 java.launcher.opt.datamodel  =\    -d{0}\t  use a {0}-bit data model if available\n
  32 java.launcher.opt.vmselect   =\    {0}\t  to select the "{1}" VM\n
  33 java.launcher.opt.hotspot    =\    {0}\t  is a synonym for the "{1}" VM  [deprecated]\n
  34 
  35 java.launcher.ergo.message1  =\                  The default VM is {0}
  36 java.launcher.ergo.message2  =\                  because you are running on a server-class machine.\n
  37 
  38 # Translators please note do not translate the options themselves
  39 java.launcher.opt.footer     =\    -cp <class search path of directories and zip/jar files>\n\
  40 \    -classpath <class search path of directories and zip/jar files>\n\
  41 \                  A {0} separated list of directories, JAR archives,\n\
  42 \                  and ZIP archives to search for class files.\n\
  43 \    -D<name>=<value>\n\
  44 \                  set a system property\n\
  45 \    -verbose[:class|gc|jni]\n\
  46 \                  enable verbose output\n\
  47 \    -version      print product version and exit\n\
  48 \    -version:<value>\n\
  49 \                  require the specified version to run\n\
  50 \    -showversion  print product version and continue\n\
  51 \    -jre-restrict-search | -jre-no-restrict-search\n\
  52 \                  include/exclude user private JREs in the version search\n\
  53 \    -? -help      print this help message\n\
  54 \    -X            print help on non-standard options\n\
  55 \    -ea[:<packagename>...|:<classname>]\n\
  56 \    -enableassertions[:<packagename>...|:<classname>]\n\
  57 \                  enable assertions with specified granularity\n\
  58 \    -da[:<packagename>...|:<classname>]\n\
  59 \    -disableassertions[:<packagename>...|:<classname>]\n\
  60 \                  disable assertions with specified granularity\n\
  61 \    -esa | -enablesystemassertions\n\
  62 \                  enable system assertions\n\
  63 \    -dsa | -disablesystemassertions\n\
  64 \                  disable system assertions\n\
  65 \    -agentlib:<libname>[=<options>]\n\
  66 \                  load native agent library <libname>, e.g. -agentlib:hprof\n\
  67 \                  see also, -agentlib:jdwp=help and -agentlib:hprof=help\n\
  68 \    -agentpath:<pathname>[=<options>]\n\
  69 \                  load native agent library by full pathname\n\
  70 \    -javaagent:<jarpath>[=<options>]\n\
  71 \                  load Java programming language agent, see java.lang.instrument\n\
  72 \    -splash:<imagepath>\n\
  73 \                  show splash screen with specified image\n\
  74 See http://java.sun.com/javase/reference for more details.
  75 
  76 # Translators please note do not translate the options themselves
  77 java.launcher.X.usage=\
  78 \    -Xmixed           mixed mode execution (default)\n\
  79 \    -Xint             interpreted mode execution only\n\
  80 \    -Xbootclasspath:<directories and zip/jar files separated by {0}>\n\
  81 \                      set search path for bootstrap classes and resources\n\
  82 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
  83 \                      append to end of bootstrap class path\n\
  84 \    -Xbootclasspath/p:<directories and zip/jar files separated by {0}>\n\
  85 \                      prepend in front of bootstrap class path\n\
  86 \    -Xdiag            show additional diagnostic messages\n\
  87 \    -Xnoclassgc       disable class garbage collection\n\
  88 \    -Xincgc           enable incremental garbage collection\n\
  89 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
  90 \    -Xbatch           disable background compilation\n\
  91 \    -Xms<size>        set initial Java heap size\n\
  92 \    -Xmx<size>        set maximum Java heap size\n\
  93 \    -Xss<size>        set java thread stack size\n\
  94 \    -Xprof            output cpu profiling data\n\




  31 java.launcher.opt.datamodel  =\    -d{0}\t  use a {0}-bit data model if available\n
  32 java.launcher.opt.vmselect   =\    {0}\t  to select the "{1}" VM\n
  33 java.launcher.opt.hotspot    =\    {0}\t  is a synonym for the "{1}" VM  [deprecated]\n
  34 
  35 java.launcher.ergo.message1  =\                  The default VM is {0}
  36 java.launcher.ergo.message2  =\                  because you are running on a server-class machine.\n
  37 
  38 # Translators please note do not translate the options themselves
  39 java.launcher.opt.footer     =\    -cp <class search path of directories and zip/jar files>\n\
  40 \    -classpath <class search path of directories and zip/jar files>\n\
  41 \                  A {0} separated list of directories, JAR archives,\n\
  42 \                  and ZIP archives to search for class files.\n\
  43 \    -D<name>=<value>\n\
  44 \                  set a system property\n\
  45 \    -verbose[:class|gc|jni]\n\
  46 \                  enable verbose output\n\
  47 \    -version      print product version and exit\n\
  48 \    -version:<value>\n\
  49 \                  require the specified version to run\n\
  50 \    -showversion  print product version and continue\n\
  51 \    -jre-restrict-search | -no-jre-restrict-search\n\
  52 \                  include/exclude user private JREs in the version search\n\
  53 \    -? -help      print this help message\n\
  54 \    -X            print help on non-standard options\n\
  55 \    -ea[:<packagename>...|:<classname>]\n\
  56 \    -enableassertions[:<packagename>...|:<classname>]\n\
  57 \                  enable assertions with specified granularity\n\
  58 \    -da[:<packagename>...|:<classname>]\n\
  59 \    -disableassertions[:<packagename>...|:<classname>]\n\
  60 \                  disable assertions with specified granularity\n\
  61 \    -esa | -enablesystemassertions\n\
  62 \                  enable system assertions\n\
  63 \    -dsa | -disablesystemassertions\n\
  64 \                  disable system assertions\n\
  65 \    -agentlib:<libname>[=<options>]\n\
  66 \                  load native agent library <libname>, e.g. -agentlib:hprof\n\
  67 \                  see also, -agentlib:jdwp=help and -agentlib:hprof=help\n\
  68 \    -agentpath:<pathname>[=<options>]\n\
  69 \                  load native agent library by full pathname\n\
  70 \    -javaagent:<jarpath>[=<options>]\n\
  71 \                  load Java programming language agent, see java.lang.instrument\n\
  72 \    -splash:<imagepath>\n\
  73 \                  show splash screen with specified image\n\
  74 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
  75 
  76 # Translators please note do not translate the options themselves
  77 java.launcher.X.usage=\
  78 \    -Xmixed           mixed mode execution (default)\n\
  79 \    -Xint             interpreted mode execution only\n\
  80 \    -Xbootclasspath:<directories and zip/jar files separated by {0}>\n\
  81 \                      set search path for bootstrap classes and resources\n\
  82 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
  83 \                      append to end of bootstrap class path\n\
  84 \    -Xbootclasspath/p:<directories and zip/jar files separated by {0}>\n\
  85 \                      prepend in front of bootstrap class path\n\
  86 \    -Xdiag            show additional diagnostic messages\n\
  87 \    -Xnoclassgc       disable class garbage collection\n\
  88 \    -Xincgc           enable incremental garbage collection\n\
  89 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
  90 \    -Xbatch           disable background compilation\n\
  91 \    -Xms<size>        set initial Java heap size\n\
  92 \    -Xmx<size>        set maximum Java heap size\n\
  93 \    -Xss<size>        set java thread stack size\n\
  94 \    -Xprof            output cpu profiling data\n\


< prev index next >