jExifToolGUI
jExifToolGUI is a java/Swing Windows/Linux/MacOS graphical frontend for the excellent command-line ExifTool application by Phil Harvey.
A Readme is here
A temporary website is here
Some short "installation" instructions are here
Below you find several binary releases:
The below releases do NOT contain exiftool itself. Download exiftool from https://exiftool.org/.
Windows users: remember to rename the "exiftool(-k).exe" to "exiftool.exe".
- jExifToolGUI.jar: Just the bare jExifToolGUI.jar containing all dependencies. You need to have java V11 installed on your system. Start with
java -jar jExifToolGUI.jar &
. - jexiftoolgui-0.99-beta.deb: a Linux .deb package. For all Debian based systems (Debian/Ubuntu/Mint/MX Linux/Raspbian etc. etc.). This is a linux multi-architecture version as the relevant java V11 version for your system/architecture will be downloaded as dependency.
- jExifToolGUI-0.99-beta-x86_64.AppImage.zip: Linux universal Appimage including java V11. Runs on every 64bit intel Linux system (and also inside Chromebook Linux beta). Simpy do a
chmod +x jExifToolGUI-0.99-beta-x86_64.AppImage
and start with./jExifToolGUI-0.99-beta-x86_64.AppImage &
. - jExifToolGUI-0.99-beta-win-x86_64.zip: A windows 64-bit executable including java V11. Unzip with paths!
- jExifToolGUI-x86_64-macos-full-0.99-beta.dmg.zip: A MacOS bundle including java V11. Note: Apple is very unfriendly to non-Apple stuff like java/perl and other software. This bundle IS a working Apple bundle but not entirely according Apple standards.
Note: There is the java JDK (Java Development Kit) and java JRE (Java Runtime Environment). The JRE is needed to run java applications and is normally 4-5 times smaller than the full JDK. Since a few years the JREs are no longer distributed.
AdoptOpenJDK "strips" the JDKs and delivers JREs. See https://adoptopenjdk.net/releases.html