-
Notifications
You must be signed in to change notification settings - Fork 53
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
java.lang.UnsatisfiedLinkError: Can't load library: libprism_es2.dylib #10
Comments
@kennymc-c Not sure if you're still interested in getting this to work, I had the same issue, resolved it here #3 (comment) |
I'm also having this issue- the solution linked above is pretty technical and I don't understand how to do it. Has anyone found a solution? |
This issue can be solved by installing JDK from the build of JDK 11 with JavaFX , as suggested in this answer https://stackoverflow.com/a/71622655/4523862 . [ NOTE : Follow the link in the answer, and SCROLL DOWN to find the download button for JDK 11 bundled with JavaFX ] This tool Works! |
@ankit-vs Thanks for the info! I don't own a Mac so I haven't been able to test this yet. When I get the chance, I will try to really fix the issue and/or update the installation instruction for macOS. Maybe a separate jar for macOS/M1 could also help.
Regarding this, with a bit of luck I may actually be able to help you. As this doesn't have anything to do with the original issue, can we move to #21? |
You need to have JavaFX, so either you add this module or use a distribution with pre-bundled JavaFX. I've solved the issue by installing this distribution: https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#zulu |
When I try to load the program via
java -jar itunes-backup-explorer-1.2.jar
, I get the following error on a M1 Pro MacBook Pro with macOS Ventura 13.0:Similar to what is described here, the program seems to download the wrong architecture for JavaFX: openjfx/javafx-gradle-plugin#112
The text was updated successfully, but these errors were encountered: