minion is a tool for installing addons in gamnes. i think if i have the right path openjdk 23 aught to work
java -version
openjdk version "23.0.2" 2025-01-21
OpenJDK Runtime Environment (build 23.0.2)
OpenJDK 64-Bit Server VM (build 23.0.2, mixed mode, sharing)
seems the path to jdk is
/usr/lib/jvm/java-23-openjdk/
and the command to run minion is
java -jar Minion-jfx.jar
so the command could be adapted to
java /usr/lib/jvm/java-23-openjdk/ -jar Minion-jfx.jar
Error: Could not find or load main class .usr.lib.jvm.java-23-openjdk.
Caused by: java.lang.ClassNotFoundException: /usr/lib/jvm/java-23-openjdk/
so maybe openjdk23 isn't compatible?
i d/l minion and extracted it switched to within that folder to run the command.
maybe i should install oracle 8 like the program wants?