I have work around this bug using a different OpenJFX distribution: - Download JavaFX Linux SDK from Gluon ( https://gluonhq.com/products/javafx/ ) - Place the archive content in a suitable location (ex. /home/ubuntu/javafx-sdk-11.0.2/) - Assuming the Java program is packed in a .jar file, start it from command line specifying the Gluon JavaFX library:
java --module-path /home/ubuntu/javafx-sdk-11.0.2/lib --add- modules=javafx.controls,javafx.fxml,javafx.base,javafx.media,javafx.web,javafx.swing -jar yourprogram.jar This is a base recipe, your mileage may vary. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877000 Title: libjfxwebkit not present in the package for Focal amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
