# mcaselector on Linux

Download the proper version of [JavaFX](https://gluonhq.com/products/javafx/) and then run with a command line similar to the one below:

```bash
java --module-path openjfx-21.0.7_linux-x64_bin-sdk/javafx-sdk-21.0.7/lib --add-modules ALL-MODULE-PATH -jar mcaselector-2.5.2.jar 
```

I was successful running mcaselector on Ubuntu Sway Remix, but could not access the menus.

I had the same experience using the instructions [here](https://github.com/Querz/mcaselector/wiki/Installation) using the instructions for Linux with the JRE-FX-21 option. I also tried using JRE-FX-24 with the same results.

-end