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

How to run? #4

Closed zidanmahmoud closed 2 years ago

zidanmahmoud commented 2 years ago

Sorry for my lack of knowledge. For someone who is not familiar with Java, how to actually run the GUI? It is currently not mentioned in README.md

I am running on Ubuntu 20.04

globaldeejays commented 2 years ago

I've tried importing into Eclipse IDE and running as Java project but it had hundreds of errors and couldn't run. I'd like to know how to run it as well

MaxiHuHe04 commented 2 years ago

I finally published a release now. You can download it here and start the program using java -jar itunes-backup-explorer-1.0.jar. The only requirement is Java 11+. The jar file should also work on Linux, but I haven't tested it yet. If it doesn't work, please let me know. If you want to launch it from source in an IDE or the terminal, simply use the Maven command mvn exec:exec.