Hi,
I've just installed from source openjfx 17 and scenebuilder 17 by my own means.
22865 tests of openjfx 17 are passed.
If somebody is interested, I'm attaching a patch.
The patch
Download openjfx 17 : https://github.com/openjdk/jfx/releases/tag/17.0.0.1+1
This attached patch includes the binary too; org.eclipse.swt.gtk.freebsd.amd64_3.114.100.v20200617-1404.jar, taken from the eclipse port.
You should configure your build env (JAVA_HOME and PATH) for an openjdk < 17 in order to gradle to work.
Integration with openjdk
You should integrate it with an openjdk.
So, customize openjdk1X port by adding this option to this Makefile :
.
.
.
gluon Scene Builder
Download it : https://github.com/gluonhq/scenebuilder/releases/tag/17.0.0
Point JAVA_HOME and PATH to the new openjdk1X integrating javafx.
Run gluon scenebuilder.
Cheers
I've just installed from source openjfx 17 and scenebuilder 17 by my own means.
22865 tests of openjfx 17 are passed.
If somebody is interested, I'm attaching a patch.
The patch
Download openjfx 17 : https://github.com/openjdk/jfx/releases/tag/17.0.0.1+1
This attached patch includes the binary too; org.eclipse.swt.gtk.freebsd.amd64_3.114.100.v20200617-1404.jar, taken from the eclipse port.
You should configure your build env (JAVA_HOME and PATH) for an openjdk < 17 in order to gradle to work.
Integration with openjdk
You should integrate it with an openjdk.
So, customize openjdk1X port by adding this option to this Makefile :
Makefile:
CONFIGURE_ARGS= --with-import-modules="/<path-to freebsd-jfx-17.0.0.1-1>/build/modular-sdk" \
.
.
gluon Scene Builder
Download it : https://github.com/gluonhq/scenebuilder/releases/tag/17.0.0
Point JAVA_HOME and PATH to the new openjdk1X integrating javafx.
Run gluon scenebuilder.
Cheers