You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.err.printf("Quilt Installer requires Java %s or greater to run.%n", BuildConstants8.MIN_JAVA_VERSION);
55
57
if (!cliMode) {
56
58
GuiMain.tryShowGuiError();
57
59
}
58
-
59
-
System.exit(1);
60
+
} catch (NoClassDefFoundErrore) {
61
+
System.err.println("You appear to be using a 'minimal' Java installation. This is not supported by Quilt Installer. Please try again with a FULL installation of Java.");
62
+
System.err.println("If you believe this is a bug, please report it here: https://github.com/quiltmc/quilt-installer/issues");
0 commit comments