Simple settings manager for EVE. Set up your settings on one character, then use EANM to reflect your changes on all your characters !
As this application is written in Java, you need a Java runtime installed. From a terminal, you can run which java or java -version to see if you have a Java runtime available. If not, most modern Linux distributions have OpenJDK in their system package managers.
Settings directory for CCP's Linux client: ~/.eve/wineenv/drive_c/users/USERNAME/Local Settings/Application Data/CCP/EVE/c_tq_tranquility/settings_Default
$ sudo pacman -S jre8-openjdk-headless
$ sudo apt install openjdk-8-jre
$ sudo dnf install java-1.8.0-openjdk-headless
The above usage instructions can be followed, but to execute the JAR file, you need to do:
$ cd ~/.eve/wineenv/drive_c/users/USERNAME/Local Settings/Application Data/CCP/EVE/c_tq_tranquility/settings_Default
$ java -jar EANM.jar
This usually means windows is trying to execute the jar file with the wrong executable, even when going through the "open with..." dialog. Make sure javaw.exe (not java.exe) is default to open jar files. Windows can be stubborn and not let you fix it, so using a third party tool like Jarfix might be the only way to set javaw.exe as default for jar files.