Install JavaFX on Raspberry Pi
Since Java 1.8.60 Oracle dropped JavaFX on ARM platform and released it to the community, this means that we need to install javafx ontop of java. We need also to add some more memory for javafx to allow fx to run smoothly (it requires a lot of memory). The good news is that we don’t … Read more