EmDotRand
Well-Known Member
- Sep 7, 2020
- 1,221
- 2,097
- 386
Are you sure about that? I'm using EndevourOS (Arch based) and combing open-jdk with open-jfx got the game running. For Ubuntu and Mint (Debian based) it's a similar affair.Heads up to anyone; if running on Linux (at least Fedora) OpenJDK java does not start the game. You'll need the official Oracle one. (On my particular distro, I had to use console to start the jar file up. This could differ between distros.)
If you haven't yet, check if Fedora has a similar package with
dnf search open-jfk to find the appropriate. Then install the version that matches your jdk. Or you can continue to use the Oracle's Java. Nothing's wrong with that.The game not running from GUI could be remedied by adjusting the application settings to run
java -jar when you click .jar files, though the exact method is dependent on which desktop (or spin as Fedora puts it) you're using.