os-xtoo
os-xtoo copied to clipboard
[java 11] OpenJFX integration either -bin or from source
There are a couple OpenJFX packages pacakged at this time. One bin dev-java/openjfx-bin and one piece from source dev-java/javafx-base. The bin is an entire binary version of OpenJFX. I have yet to figure out the integration steps necessary to get that package to work with Java 11, such that you have a full JDK like in previous unified JDKs 10 and before.
The from source was the one piece I could package. The rest have mixed native and java code. Which is presently using Gradle to build. Such that there is no build system for the native parts, and need to make one for such. Or use gradle to build just those pieces without downloading deps etc if possible.