Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/src/macosx/classes/apple/launcher/appLauncherErrors.properties
38829 views
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}