-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Let's make sure issue is not already fixed in latest builds first.
- I verified I can reproduce this issue against latest Integration Build of Eclipse SDK
Used eclipse-installer to install an "eclipse-platform", then installed the JDT, got the same situation.
Steps to reproduce
- Start with a 2025-06, after it starts I get the a tab with orange buttons and select the update to 2025-09
- After the update is done, I get a tab "Install a Java 25 JDK" with orange buttons "Download Temurin JDK 25", and "Download OpenJDK 25".
Clicking on each causes the respective message on the OS terminal from which eclipse was launched:
For Temurin:
<< All the ENV variables as if I ran 'env' >>
https://adoptium.net/temurin/releases/?version=25
For OpenJDK:
/usr/bin/env: ‘https://jdk.java.net/25/’: No such file or directory
I expected: The respective JDK to be downloaded and installed.
But got: output that's not even an actual error like "couldn't connect" or "404".
There's nothing that looks relevant on <workspace>/.metadata/.log
Tested under this environment:
-
OS & version: Ubuntu 24.04.3
-
Eclipse Version: 2025-09 (4.37.0)/Build id: 20250905-1456
-
Same for my four eclipse instances (shared BundlePool) (except that the final '/' may be missing.
Community
- I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.