Am Sonntag, den 29.09.2019, 11:38 +0100 schrieb Neil C Smith:
> On Sun, 29 Sep 2019, 11:24 Chuck Davis, <[email protected]> wrote:
> 
> >  It would certainly be nice if FX
> > were still part of the JDK.
> > 
> 
> It never really was! ;-)
> 

And currently it is easier than ever to pull it in and distribute it
with your application (that is if you don't mind GPLv2-CPE as license).

For an experiment I'm using JavaFX as a HTML renderer in a maven
project and I just added:

        <dependency>
            <groupId>org.openjfx</groupId>
            <artifactId>javafx-controls</artifactId>
            <version>13</version>
        </dependency>
        <dependency>
            <groupId>org.openjfx</groupId>
            <artifactId>javafx-web</artifactId>
            <version>13</version>
        </dependency>

to the dependencies.

For netbeans the only thing preventing its use is the same, that
prevents bundling the JDK:

https://issues.apache.org/jira/browse/LEGAL-336

Greetings

Matthias




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to