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
newIdeLogEntry(IdeLogLevel.SUCCESS, "Successfully installed java in version " + javaVersionProject),//
52
-
newIdeLogEntry(IdeLogLevel.INFO, "OpenJDK version " + javaVersionProject),//
51
+
newIdeLogEntry(IdeLogLevel.SUCCESS, "Successfully installed java in version " + javaVersionProject),
52
+
newIdeLogEntry(IdeLogLevel.INFO, "OpenJDK version " + javaVersionProject),
53
53
newIdeLogEntry(IdeLogLevel.INFO,
54
-
"Configured version of tool java is 8u402b06 but does not match version to install [11,22) - need to use different version from software repository."),
55
-
//
54
+
"The tool tomcat requires java in the version range [11,22), but your project uses version 8u402b06, which does not match."
55
+
+ " Therefore, we install an additional version 21_35 to run it."),
56
56
newIdeLogEntry(IdeLogLevel.DEBUG, "Installed java in version " + javaVersionTomcat + " at ", true),
57
-
newIdeLogEntry(IdeLogLevel.SUCCESS, "Successfully installed tomcat in version " + tomcatVersion),//
58
-
newIdeLogEntry(IdeLogLevel.INFO, "OpenJDK version " + javaVersionTomcat),//
0 commit comments