Skip to content
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

Eclipse cannot start with 11.0.6 on MacOS, symlink missing #74

Closed
heklaz opened this issue Mar 14, 2020 · 1 comment
Closed

Eclipse cannot start with 11.0.6 on MacOS, symlink missing #74

heklaz opened this issue Mar 14, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@heklaz
Copy link

heklaz commented Mar 14, 2020

  • Platform and architecture (e.g. Linux/x64:
    MacOS 10.14.6

  • Java version (from "java --version") e.g. 1.8.0_181, 11.0.4+11 etc.:
    "11.0.6" 2020-01-14

  • Variant e.g. HotSpot or OpenJ9:
    HostSpot

  • Have you tested it with other vendors' java:
    Oracle jdk-11.0.5.

  • Steps to reproduce:
    Attempt to start eclipse (2019-12)

  • Error messsage and/or description of what is not working as expected:
    ~/Applications/Eclipse.app/Contents/MacOS/eclipse
    Error: could not find libjava.dylib
    Failed to GetJREPath()

Turned out that the description in corretto/corretto-8#18 seemed to help solve the problem.

Re-creating the symlink solved the problem

sudo ln -sf /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/lib/jli/libjli.dylib /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/MacOS

@aahlenst
Copy link
Contributor

Duplicate of #52. Will be fixed with 11.0.7, due mid of April.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants