installer icon indicating copy to clipboard operation
installer copied to clipboard

Installer scripts for Eclipse Temurin binaries

Results 172 installer issues
Sort by recently updated
recently updated
newest added

fixes: https://github.com/adoptium/installer/issues/220

TODO: update checksum when binary ready

TODO: update checksum when binary available

TODO: replace with real checksum when binaries are ready

TODO: update checksum when binary is ready

Review current open installer issues, determine any urgent work, or completed/redundent issues.

Hi, The registry keys in HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK\CurrentVersion=11 HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK\11 HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK\11.0.16.8 these 3 keys should be deleted after uninstalling the JDK. But the uninstaller doesn't.

I think that adding support to winget's location param make it easy to administrator's life. Example: `winget install EclipseAdoptium.Temurin.8.JDK --location c:\folder\sdk\java\java-8` https://docs.microsoft.com/en-us/windows/package-manager/winget/install `-l, --location | Location to install to (if...

Implement code changes to add riscv support for the installers packaging process (JDK21 onwards). Because the jfrog-cli tools are not available for riscv at this point, the installers process builds...

**What are you trying to do?** Install temurin-21-jdk on Debian Bookworm **Observed behaviour:** ```bash root@bennu:~# cat /etc/apt/sources.list.d/adoptium.list deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb bookworm main root@bennu:~# apt update Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2...