I am trying to build this jlink demo with Java 11.
I installed the OpenJDK 11.
The build process fails when it attempts to link against javafx.
I think I have the javafx packages installed:
> libopenjfx-java/bionic,bionic,now 8u161-b12-1ubuntu2 all
> [installed,automatic] libopenjfx-java-doc/bionic,bionic
> 8u161-b12-1ubuntu2 all libopenjfx-jni/bionic,now 8u161-b12-1ubuntu2
> amd64 [installed,automatic] openjfx/bionic,now 8u161-b12-1ubuntu2
> amd64 [installed] openjfx-source/bionic,bionic 8u161-b12-1ubuntu2 all
How do I install JavaFX such that it is connected to Java 11? I understand that Java 11 decoupled JavaFX, but I believe it can still be used together.