jdk/src/share/classes/sun/launcher/resources/launcher.properties
changeset 12047 320a714614e9
parent 10121 1c789a986386
child 13411 224a28370893
equal deleted inserted replaced
12046:378aa3362868 12047:320a714614e9
   107 \                      show all property settings and continue\n\
   107 \                      show all property settings and continue\n\
   108 \    -XshowSettings:locale\n\
   108 \    -XshowSettings:locale\n\
   109 \                      show all locale related settings and continue\n\n\
   109 \                      show all locale related settings and continue\n\n\
   110 The -X options are non-standard and subject to change without notice.\n
   110 The -X options are non-standard and subject to change without notice.\n
   111 
   111 
       
   112 # Translators please note do not translate the options themselves
       
   113 java.launcher.X.macosx.usage=\
       
   114 \n\
       
   115 The following options are Mac OS X specific:\n\
       
   116 \    -XstartOnFirstThread\n\
       
   117 \                      run the main() method on the first (AppKit) thread\n\
       
   118 \    -Xdock:name=<application name>"\n\
       
   119 \                      override default application name displayed in dock\n\
       
   120 \    -Xdock:icon=<path to icon file>\n\
       
   121 \                      override default icon displayed in dock\n\n
       
   122 
   112 java.launcher.cls.error1=\
   123 java.launcher.cls.error1=\
   113     Error: Could not find or load main class {0}
   124     Error: Could not find or load main class {0}
   114 java.launcher.cls.error2=\
   125 java.launcher.cls.error2=\
   115     Error: Main method is not {0} in class {1}, please define the main method as:\n\
   126     Error: Main method is not {0} in class {1}, please define the main method as:\n\
   116 \   public static void main(String[] args)
   127 \   public static void main(String[] args)