building j-11 branch without javafx

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

building j-11 branch without javafx

sailsman63
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?
Reply | Threaded
Open this post in threaded view
|

Re: building j-11 branch without javafx

Xerxes Rånby
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.