-
Notifications
You must be signed in to change notification settings - Fork 65
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] Regression on Eclipse 4.31 launcher using relative ../bin/java
of a JDK with macOS layout
#631
Comments
By the way, if you use the absolute path pointing to the same |
Do you think you can provide a PR with a proposed solution? |
I'm sorry, but I don't know about ObjectiveC coding nor I have the proper environment.... maybe the original author could help on this... @subyssurendran666 could you take a look at it? Thanks in advance |
@mdaloia Sure, I'll check this issue and get back to you. |
@subyssurendran666 Did you have time to look at it? |
It seems that this change 19582c5 introduced with PR #481 on the native macOS launcher of Eclipse 4.31 breaks a previously working scenario (until 4.30) where the JVM used to launch Eclipse has a macOS layout (as it has Temurin) and you reference it under
-vm
ineclipse.ini
with a relative path tobin/java
Error:
Steps to reproduce
Download Eclipse 4.31
Open it once (to check that it work with the embedded JustJ JRE and so the macOS does the Notarization Gatekeeper check, otherwise if you modify it directly it will say that it is damaged).
Download Adoptium Temurin JRE 17 for macOS (https://adoptium.net/temurin/releases/ )
Extract the JRE at the same level of the
Eclipse.app
Modify the
-vm
arg ofEclipse.app/Contents/Eclipse/eclipse.ini
to:Execute
Eclipse.app
Workaround
Use:
The text was updated successfully, but these errors were encountered: