This repository has been archived by the owner on Mar 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
LinkError on GUI apps on MacOS #4
Labels
Comments
FWIW, I'm having the same issue. It's currently blocking us from migrating an application to AdoptOpenJDK. |
@johnoliver LMK if you want this moved to the build repo as a bug |
I think this was fixed, can you try a recent binary from https://github.com/AdoptOpenJDK/openjdk8-binaries/releases |
@johnoliver Hey, I tried with the Hotspot jdk8u-2018-07-26-16-12 release for MacOS, but ran into the same issue. Specifically: Fatal(java.lang.UnsatisfiedLinkError: /Users/[username]/Downloads/jdk8u181-b13/jre/lib/libfontmanager.dylib: dlopen(/Users/[username]/Downloads/jdk8u181-b13/jre/lib/libfontmanager.dylib, 1): Library not loaded: @rpath/libfreetype.6.dylib
Referenced from: /Users/[username]/Downloads/jdk8u181-b13/jre/lib/libfontmanager.dylib
Reason: image not found
) Can we reopen this issue? |
Reopened, but I'll shift it to the build repo |
This issue was moved to adoptium/temurin-build#489 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are seeing an issue on OSX when we try to run any GUI applications. It looks as though /Users/jenkins/workspace is hardcoded so cannot be resolved on the user's machine.
Here is the output from the otool command suggesting that the path is incorrect...
The text was updated successfully, but these errors were encountered: