File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ set "MAVEN_OPTS=-Xmx4096m"
2424REM general JVM options also for eclipse/tycho
2525set " JAVA_TOOL_OPTIONS = -Djdk.util.zip.disableZip64ExtraFieldValidation=true"
2626
27- for /D %%I in ( " C:\Program Files\AdoptOpenJDK\jdk-11 *" " C:\Program Files\Eclipse Adoptium\jdk-11 *" ) do SET " JDKDIR = %%I "
27+ for /D %%I in ( " C:\Program Files\AdoptOpenJDK\jdk-17 *" " C:\Program Files\Eclipse Adoptium\jdk-17 *" ) do SET " JDKDIR = %%I "
2828
2929if " %JDKDIR% " == " " (
30- @ echo " ERROR: Cannot find JDK 11 - please check/install"
30+ @ echo " ERROR: Cannot find JDK 17 - please check/install"
3131 @ echo Oracle Java will no longer be found/used - please install OpenJDK https://adoptopenjdk.net/releases.html#x64_win
3232 goto error
3333)
You can’t perform that action at this time.
0 commit comments