Skip to main content
Topic: finding the right path to openjdk for minion (Read 86 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

finding the right path to openjdk for minion

minion is a tool for installing addons in gamnes.  i think if i have the right path openjdk 23 aught to work

Code: [Select]
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
Code: [Select]
/usr/lib/jvm/java-23-openjdk/

and the command to run minion is
Code: [Select]
java -jar Minion-jfx.jar
so the command could be adapted to
Code: [Select]
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?
Cat Herders of Linux

 

Re: finding the right path to openjdk for minion

Reply #1
ok so the spolution was to
Code: [Select]
 flatpak install minion
and
Code: [Select]
 flatpak install flatseal
and then give minion disk permissions so it could see my partition and then all was well after that.
Cat Herders of Linux