Hello
I'm trying to run a java application requiring java 11, and it uses javafx.
The application starts, but before opening a window it crashes saying that it cannot find jfxwebkit.
Indeed, I cannot find it either in /usr/lib/openjdk-11, while the rest of javafx is there (it's packaged together with openjdk-11).
Is there a Solus package I'm missing that contains the library or should I request it on the dev tracker?
In Ubuntu it's inside the libopenjfx-jni package (https://packages.ubuntu.com/jammy/amd64/libopenjfx-jni/filelist), which contains other files that in solus are just in openjdk-11, so it might just be a matter of build configuration.
Thank you in advance