Installing jExifToolGUI

jExifToolGUI actually does not need to be installed. The only exception is the debian .deb file. All other release files can be copied into "some" folder and started from there.
The releases mentioning "including java V11" do not need anything else. The releases without the jre, require you to download either the full java V 8 (or newer) JDK or the V8 (or newer) JRE from https://adoptopenjdk.net/releases.html. Java V11 is highly advised over java V8, but java V8 comes installed on many Windows 7/8/10 and MacOS computers, so I made this app (still) compatible with java 8.

jExifToolGUI needs exiftool from Phil Harvey, but exiftool is not bundled with jExifToolGUI. You have to download it yourself from exiftool.org. jExifToolGUI will show a popup when it can't find exiftool on your system and will allow you to open the website or select the version on your system (outside your PATH).


*: Linux is not Unix. Linux is Linux, derived from unix. MacOS is a BSD-unix. People often make that mistake.
Prerequisite: jExifToolGUI needs exiftool from Phil Harvey, but exiftool is not bundled with jExifToolGUI. You have to download it yourself from exiftool.org.

Linux Platforms

On Linux you have a few options.

Windows

For Windows you have a few options, but the most simple one is to download the "jExifToolGUI-"(some version)"-win-x86_64_with-jre.zip".
This is the "all in one" version and comes with the java V11 JRE (java runtime environment) included.
It does require a 64bit Windows.
Unzip this zip file into some folder. Make sure to unzip with paths intact! Simply double-click the .exe file to start jExifToolGUI.
The other option is "jExifToolGUI-1.00-beta-win-x86_64.zip". A windows 32/64 bit executable without java. You need java 8 (1.8) or newer installed on your system.
With regard to exiftool: If you download the stand-alone executable, make sure to rename "exiftool(-k).exe" to "exiftool.exe" after unzipping the zip file.

MacOS

For MacOS there is the full bundle inside jExifToolGUI-x86_64-macos-(some version)-with_jre.dmg.zip. It contains jExifToolGUI and also "inside" the bundle the java V11 JRE.
Download the zip and unzip it. Open the dmg as you are used. Drag the jExifToolGUI.app into the "Applications" or any place of your liking.
There is also the "jExifToolGUI-x86_64-macos-(some version).dmg". It comes without java, so you need java 8 (1.8) or newer installed on your system.

Universal

The jExifToolGUI.jar. The barebone jExifToolGUI.jar containing all dependencies.
This one is for those user who know what they are doing and only need the jar. You need to have java V11 installed on your system.
Start with java -jar jExifToolGUI.jar &
Or alternatively java -Xmx1024M -jar jExifToolGUI.jar &.