You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least for Ubuntu 24.04, the instructions in the last part of the Wiki were great, but there is a better (and simpler) alternative. Also that page is missing a section header:
On the Linux part, it could be mentioned that the system JRE/JDK can be installed with sudo apt install default-jre (or default-jdk). It will already be Java 21 for latest Ubuntu 24.04 LTS, but Java 11 for older releases.
While Debian and Ubuntu does have an openjfx package on its apt repositories, it is still Java 11, and MCA Selector requires Java 21. So for now it's better not to mention it.
There is a JavaFX Snap package for latest stable version, currently 23: sudo snap install openjfx. The command line for MCA Selector in this case is similar to the "simple way", just changing the JavaFX path:
At least for Ubuntu 24.04, the instructions in the last part of the Wiki were great, but there is a better (and simpler) alternative. Also that page is missing a section header:
sudo apt install default-jre
(ordefault-jdk
). It will already be Java 21 for latest Ubuntu 24.04 LTS, but Java 11 for older releases.openjfx
package on itsapt
repositories, it is still Java 11, and MCA Selector requires Java 21. So for now it's better not to mention it.sudo snap install openjfx
. The command line for MCA Selector in this case is similar to the "simple way", just changing the JavaFX path:java --module-path /snap/openjfx/current/sdk/lib --add-modules ALL-MODULE-PATH -jar mcaselector-*.jar
sudo apt install default-jre && sudo snap install openjfx
The text was updated successfully, but these errors were encountered: