< 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

@@ -46,11 +46,11 @@
 \                  enable verbose output\n\
 \    -version      print product version and exit\n\
 \    -version:<value>\n\
 \                  require the specified version to run\n\
 \    -showversion  print product version and continue\n\
-\    -jre-restrict-search | -jre-no-restrict-search\n\
+\    -jre-restrict-search | -no-jre-restrict-search\n\
 \                  include/exclude user private JREs in the version search\n\
 \    -? -help      print this help message\n\
 \    -X            print help on non-standard options\n\
 \    -ea[:<packagename>...|:<classname>]\n\
 \    -enableassertions[:<packagename>...|:<classname>]\n\

@@ -69,11 +69,11 @@
 \                  load native agent library by full pathname\n\
 \    -javaagent:<jarpath>[=<options>]\n\
 \                  load Java programming language agent, see java.lang.instrument\n\
 \    -splash:<imagepath>\n\
 \                  show splash screen with specified image\n\
-See http://java.sun.com/javase/reference for more details.
+See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
 
 # Translators please note do not translate the options themselves
 java.launcher.X.usage=\
 \    -Xmixed           mixed mode execution (default)\n\
 \    -Xint             interpreted mode execution only\n\
< prev index next >