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
malberer opened this issue
Nov 9, 2021
· 2 comments
· Fixed by #630
Assignees
Labels
javarelated to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)setuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
sujith-mn
added
java
related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
labels
Nov 19, 2021
For the record: PR #630 does not properly solve the problem of choosing the correct download URL:
ERROR: Failed to download java-8u312b07-mac.tar.gz from https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_mac_hotspot_8u312b07.tar.gz
javarelated to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)setuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
Expected behavior
As a IDE user, I want the IDE to be usable with JDK 17
Actual behavior
When configuring JAVA_VERSION=17.0.1 in devon.properties the installer tries to download
local download_url="https://github.com/AdoptOpenJDK/openjdk${major_version}-binaries/releases/download/${jdk_folder}/OpenJDK${major_version}U-jdk_x64_${os}_hotspot_${software_version}${extension}"
However since July 2021 Adopt moved to Eclipse and is now called Temurin and is available e.g. at https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.1%2B12/OpenJDK17U-jdk_x64_linux_hotspot_17.0.1_12.tar.gz
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Affected version:
The text was updated successfully, but these errors were encountered: