-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS 14.3 M2: Temurin 17.0.10 has problem with starting an Eclipse RCP application #1008
Comments
@ivy-lli - This might be a Eclipse RCP bug (they call out to SWT/native code). Have you reported this to them? Are there any other messages in the Eclipse IDE log files? |
Yes of course that is possible too. I thought as this appears when I change the temurin version it is more likely a bug here, but I'm not sure. |
Yes please and they'll come back to us if it's a Temurin crasher. |
I am getting the exact same problem. Also with Temurin 21.0.2+13 (but OK with 21.0.1+12). eclipse-platform/eclipse.platform.swt#1012 Simple steps to reproduce (on macOS Sonoma):
|
This is only happening since Temurin 17.0.10+7 and 21.0.2+13. Previous versions are OK. Has there been a change in these versions that might have triggered this problem? |
I think the difference is that the |
Could well be that its expecting a new API path/call? I'm not familair with Mac OS X changes in this space. https://bugs.openjdk.org/issues/?jql=text%20~%20macos14%20ORDER%20BY%20updated%20DESC might also be worth scanning (recent issues against macosx14) |
This has got nothing to do with the JDK, only that Eclipse SWT is not handling using a later macOS SDK (14) on the |
@Phillipus Thanks, I'll close this for now. |
Please provide a brief summary of 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.
Temurin 17.0.10:
Temurin 17.0.9:
Did you test with the latest update version?
Please provide steps to reproduce where possible
-> Empty application
-> Application with sample content
I can also provide the workspace via a GitHub repo, but it is really not more than the wizard for new RCP Applications created.
Expected Results
The Eclipse Application should show the same content as with Temurin 17.0.9.
Actual Results
The Eclipse Application showed an empty screen with Temurin 17.0.10.
What Java Version are you using?
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)
What is your operating system and platform?
OS: MacOS Sonoma 14.3
Platform: MacBook Pro M2, 2023
How did you install Java?
Homebrew
Did it work before?
Did you test with other Java versions?
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)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: