sailsman63 wrote
Pretty much what the subject line says. I'm trying to build from the java-11 branch, for testing purposes.
My test system does not have javafx installed.
The nativewindow sub-project (which I am not using) crashes the entire build because it cannot find 'Platform' and 'tkStage'.
Is there a way too bypass this part of the build?
The quickest way to do it is to remove jogl javafx related files before compilation. There is nothing in jogl core that depend on the javafx parts.