src/share/classes/sun/launcher/resources/launcher.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk Sdiff src/share/classes/sun/launcher/resources

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

Print this page




 122 
 123 java.launcher.cls.error1=\
 124     Error: Could not find or load main class {0}
 125 java.launcher.cls.error2=\
 126     Error: Main method is not {0} in class {1}, please define the main method as:\n\
 127 \   public static void main(String[] args)
 128 java.launcher.cls.error3=\
 129     Error: Main method must return a value of type void in class {0}, please \n\
 130     define the main method as:\n\
 131 \   public static void main(String[] args)
 132 java.launcher.cls.error4=\
 133     Error: Main method not found in class {0}, please define the main method as:\n\
 134 \   public static void main(String[] args)\n\
 135     or a JavaFX application class must extend {1}
 136 java.launcher.cls.error5=\
 137     Error: JavaFX runtime components are missing, and are required to run this application
 138 java.launcher.jar.error1=\
 139     Error: An unexpected error occurred while trying to open file {0}
 140 java.launcher.jar.error2=manifest not found in {0}
 141 java.launcher.jar.error3=no main manifest attribute, in {0}


 142 java.launcher.init.error=initialization error


 122 
 123 java.launcher.cls.error1=\
 124     Error: Could not find or load main class {0}
 125 java.launcher.cls.error2=\
 126     Error: Main method is not {0} in class {1}, please define the main method as:\n\
 127 \   public static void main(String[] args)
 128 java.launcher.cls.error3=\
 129     Error: Main method must return a value of type void in class {0}, please \n\
 130     define the main method as:\n\
 131 \   public static void main(String[] args)
 132 java.launcher.cls.error4=\
 133     Error: Main method not found in class {0}, please define the main method as:\n\
 134 \   public static void main(String[] args)\n\
 135     or a JavaFX application class must extend {1}
 136 java.launcher.cls.error5=\
 137     Error: JavaFX runtime components are missing, and are required to run this application
 138 java.launcher.jar.error1=\
 139     Error: An unexpected error occurred while trying to open file {0}
 140 java.launcher.jar.error2=manifest not found in {0}
 141 java.launcher.jar.error3=no main manifest attribute, in {0}
 142 java.launcher.jar.error4=no Profile manifest attribute in {0}
 143 java.launcher.jar.error5=Profile {0} required by {1} not supported by this runtime
 144 java.launcher.init.error=initialization error
src/share/classes/sun/launcher/resources/launcher.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File