On Mon, Jul 15, 2019 at 11:51 PM Geertjan Wielenga <geert...@apache.org>
wrote:

> Depends, where is this in GitHub,


https://github.com/apache/netbeans/tree/master/platform/libs.javafx
Specific reference to Java FX path for Java 8 is at
https://github.com/apache/netbeans/blob/master/platform/libs.javafx/manifest.mf#L41

Probably everybody is aware, but just to mention that the problem is that
Java FX is not bundled with JDK since Java  9, so
${java.home}/lib/ext/jfxrt.jar referenced above does not exist


> and what is it used for, i.e., which
> modules make use of it?
>

As far as I know its used by html ui api
https://github.com/apache/netbeans/tree/master/platform/api.htmlui
And from github search it seems there are 6 more projects that contain
dependency to <code-name-base>org.netbeans.libs.javafx</code-name-base>
https://github.com/apache/netbeans/search?q=%3Ccode-name-base%3Eorg.netbeans.libs.javafx%3C%2Fcode-name-base%3E&unscoped_q=%3Ccode-name-base%3Eorg.netbeans.libs.javafx%3C%2Fcode-name-base%3E




>
> Gj
>
> On Mon, Jul 15, 2019 at 9:36 PM Zoran Sevarac <seva...@gmail.com> wrote:
>
> >  Whats the plan with org.netbeans.libs.javafx ?
> > At the moment it wraps ${java.home}/lib/ext/jfxrt.jar which is not there
> > since Java 8
> >
> >
> > --
> > Zoran Sevarac, PhD, Associate Professor
> > Department of Software Engineering
> > University of Belgrade, Faculty of Organisational Sciences
> > <http://www.fon.rs>
> > Deep Netts <http://www.deepnetts.com>  Co-founder & CEO  | Oracle
> > Groundbreaker Ambassador | Java Champion
> > <https://community.oracle.com/community/java/java-champions>
> > Open source: Neuroph <http://neuroph.sourceforge.net/>founder, Apache
> Net
> > Beans <https://netbeans.apache.org/> contributor
> > Homepage: http://www.zoransevarac.com
> >
>


-- 
Zoran Sevarac, PhD, Associate Professor
Department of Software Engineering
University of Belgrade, Faculty of Organisational Sciences
<http://www.fon.rs>
Deep Netts <http://www.deepnetts.com>  Co-founder & CEO  | Oracle
Groundbreaker Ambassador | Java Champion
<https://community.oracle.com/community/java/java-champions>
Open source: Neuroph <http://neuroph.sourceforge.net/>founder, Apache Net
Beans <https://netbeans.apache.org/> contributor
Homepage: http://www.zoransevarac.com

Reply via email to