Slackbot
07/30/2023, 11:48 AMVampire
07/30/2023, 2:03 PM--stacktrace
, maybe also show more output, or optimally a build --scan
.Tuấn Anh
07/31/2023, 1:06 AM--stacktrace
Vampire
07/31/2023, 1:08 AMtools.jar
into a Java 9+ installationTuấn Anh
07/31/2023, 1:28 AMtool.jar
, but now I migrated to Java 11 and must copy this file to new jdk folderVampire
07/31/2023, 1:30 AMtools.jar
anywhere.
If you copy tools.jar
anywhere, you mess things up!
Indeed Gradle should handle the case more gracefully, but you must not copy any tools.jar
to a Java 9+ installation, never ever ever ever ever everVampire
07/31/2023, 1:31 AMtools.jar
simply does not exist anymore in Java 9+ and if you use something that checks for it and complains, then this thing is simply not compatible and not usable with Java 9+Vampire
07/31/2023, 1:32 AMtools.jar
that contains tools from older Java versions with the new Java versions.
You might in some cases make some stupidly wrong checks satisfied, but you break other things with it and in majorly subtle ways.Vampire
07/31/2023, 1:32 AMTuấn Anh
07/31/2023, 1:35 AM