MaxiHuHe04 / iTunes-Backup-Explorer

A graphical tool that can extract and replace files from encrypted and non-encrypted iOS backups
MIT License
457 stars 37 forks source link

Unable to access jar file? #35

Open Confused3 opened 8 months ago

Confused3 commented 8 months ago

I know nothing about GitHub or coding so I'm sorry if I'm missing something really obvious. I tried renaming the folder and moving it from downloads to desktop but I can't get anything to work. What am I doing wrong?

terminal
MaxiHuHe04 commented 8 months ago

Hey, you probably want to download the .jar file from here: https://github.com/MaxiHuHe04/iTunes-Backup-Explorer/releases/latest. You get a single file which you can run using the java -jar command. If you have an M1/M2 Mac and this gives you some error message like "incompatible architecture" or "UnsatisfiedLinkError", download and install another Java distribution from here: https://www.azul.com/downloads/?version=java-21-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#zulu.

Confused3 commented 8 months ago

Thank you! I'm getting "UnsatisfiedLinkError" after downloading the Java distribution and I think it's because I'm not sure how to properly install it. It's downloaded to my desktop but no Setup Wizard shows up when I double click the folder; only the folder's contents show up. Entering "/bin/java -version21.0.1" yields "Operation not permitted" and "<installation_folder/bin/java -version21.0.1" yields "No such file or directory." Do you know what I'm doing wrong?

MaxiHuHe04 commented 8 months ago

I don't have a Mac, so I can't try. But you probably want to select the .dmg file instead of .zip/.tar.gz when downloading Zulu. Here is an installation guide: https://docs.azul.com/core/zulu-openjdk/install/macos