On Wednesday, 17 April 2019 09:24:56 BST shirish शिरीष wrote: > at bottom :- > > On 17/04/2019, Sagar Patke <sagarpa...@gmail.com> wrote: > > It requires JavaFX, which is no longer bundled with latest versions of > > Java. It should work with Java 8. > > As shared before, I do have javafx installed. > > <snipped> Yes but. The version of javafx in Debian is javafx-11, and that is only compatible with java-11. While you can install openjdk-8 (from the archive) you would have to install an old -8 version of javafx as well, and while you can have two openjdks installed at once (they have different names) you can not have two javafxs installed as they have the same name.
The alternative is to find a version of the app built with java-11 and javafx-11, but that may take a while to arrive. David