Closed
Description
Describe the bug
Since the update to Temurin 17.0.10 (from Temurin 17.0.9), my started Eclipse RCP application shows only an empty screen.
To Reproduce
- Install Eclipse RCP 2023-12 (4.30.0) https://www.eclipse.org/downloads/packages/release/2023-12/r/eclipse-ide-rcp-and-rap-developers
- Create a new RCP application, done as described here: https://www.vogella.com/tutorials/EclipseRCP/article.html#generatetemplatewithcontent
- Add Temurin 17.0.10 to Eclipse
- Open Preferences
- Java > Installed JREs
- Add...
- Select it
- Apply
- Start the Eclipse application as described in the tutorial (Step 2)
-> Empty application - Close the Eclipse application
- Add Temurin 17.0.9 to Eclipse
- Same as step 3
- Make sure the Eclipse application uses Temurin 17.0.9
- Run
- Run configurations...
- Choose our Eclipse Application
- Java Runtime Environment
- Runtime JRE: select Temurin 17.0.9
- Apply
- Start the Eclipse application
-> Application with sample content
I can also provide the workspace via a GitHub repo, but it is not more than the wizard for new RCP Applications created.
Expected behavior
The Eclipse RCP application should also show the sample content
Environment:
- Select the platform(s) on which the behavior is seen:
-
- All OS
-
- Windows
-
- Linux
-
- macOS
-
Additional OS info (e.g. OS version, Linux Desktop, etc)
OS: MacOS Sonoma 14.3
Platform: MacBook Pro M2, 2023 -
JRE/JDK version
Temurin 17.0.10:
openjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7)
OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode)
Temurin 17.0.9:
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)
OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode)
Version since
Tested with 4.30
Workaround (or) Additional context
I didn't see any log, crash, or something like that.
I also already opened an issue at the Temurin site: adoptium/adoptium-support#1008