jdk/src/macosx/classes/apple/launcher/appLauncherErrors.properties
changeset 25810 e8971dbd447d
parent 25747 aec458f88f96
parent 25809 a0aeb7f544b2
child 25811 f4d231e2c1bf
child 25813 4640a86f2b43
--- a/jdk/src/macosx/classes/apple/launcher/appLauncherErrors.properties	Fri Aug 01 14:09:19 2014 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-MainClassNotSpecified=No main class specified.
-CannotLoadMainClass=The main class \u201C{0}\u201D could not be loaded.
-NoMainMethod=The main class \u201C{0}\u201D has no \u201Cvoid main(String[])\u201D method.
-MainNotStatic=The \u201Cmain(String[])\u201D method of class \u201C{0}\u201D is not static.
-MainThrewException=Uncaught exception in main method: {0}
-MainInitializerException=A static initializer of the main class threw an exception: {0}