We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5843b28 commit 66f70f4Copy full SHA for 66f70f4
src/main/java/org/scijava/launcher/Java.java
@@ -104,7 +104,7 @@ public static void check() throws IOException {
104
"It appears there is a good-enough version of Java already installed at " + good +
105
", which is " + (isBelowMinimum() ? "strongly" : "") + "recommended to use instead.";
106
String message =
107
- warnAboutOldJavaVersion +
+ warnAboutOldJavaVersion + "<br>" +
108
informAboutExistingGoodVersion +
109
(isBelowMinimum() ? appMightCrash : "") +
110
questionPrompt;
0 commit comments