jdk/src/share/classes/sun/launcher/resources/launcher.properties
changeset 1323 e14a3b3536cd
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
1322:d038148778cc 1323:e14a3b3536cd
     1 #
     1 #
     2 # Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2007-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    97 \    -Xcheck:jni       perform additional checks for JNI functions\n\
    97 \    -Xcheck:jni       perform additional checks for JNI functions\n\
    98 \    -Xshare:off       do not attempt to use shared class data\n\
    98 \    -Xshare:off       do not attempt to use shared class data\n\
    99 \    -Xshare:auto      use shared class data if possible (default)\n\
    99 \    -Xshare:auto      use shared class data if possible (default)\n\
   100 \    -Xshare:on        require using shared class data, otherwise fail.\n\n\
   100 \    -Xshare:on        require using shared class data, otherwise fail.\n\n\
   101 The -X options are non-standard and subject to change without notice.\n
   101 The -X options are non-standard and subject to change without notice.\n
       
   102 
       
   103 java.launcher.cls.error1=\
       
   104     Error: Could not find main class {0}
       
   105 java.launcher.cls.error2=\
       
   106     Error: Main method is not {0} in class {1}, please define the main method as:\n\
       
   107 \   public static void main(String[] args)
       
   108 java.launcher.cls.error3=\
       
   109     Error: Main method must return a value of type void in class {0}, please \n\
       
   110     define the main method as:\n\
       
   111 \   public static void main(String[] args)
       
   112 java.launcher.cls.error4=\
       
   113     Error: Main method not found in class {0}, please define the main method as:\n\
       
   114 \   public static void main(String[] args)
       
   115 
       
   116