browse/JDK-8295848
[11] https://bugs.openjdk.org/browse/JDK-8296446
### Heads-up - JavaFX builds
Oracle is now publishing JavaFX builds, starting with early access
builds of JavaFX 20, at jdk.java.net/javafx20 [12]. Developers are
now able to download JavaFX and JDK builds from the same plac
9] https://openjdk.org/groups/core-libs/ClassLoaderProposal.html
[10] https://bugs.openjdk.org/browse/JDK-8295848
[11] https://bugs.openjdk.org/browse/JDK-8296446
### Heads-up - JavaFX builds
Oracle is now publishing JavaFX builds, starting with early access
builds of JavaFX 20, at jdk.java.net/java
al details, please check [10] and [11].
[8] https://docs.oracle.com/javase/7/docs/technotes/guides/lang/cl-mt.html
[9] https://openjdk.org/groups/core-libs/ClassLoaderProposal.html
[10] https://bugs.openjdk.org/browse/JDK-8295848
[11] https://bugs.openjdk.org/browse/JDK-8296446
### Heads-up - Java
:
<classpath>
<fileset dir="${user.home}/apps/openjfx/trunk/lib"/>
</classpath>
import javafx.ui.*;
Frame {
title: "Hello World JavaFX"
width: 200
height: 50
content: Lab
Should be no need to do anything special
Ant 1.7.0 supports the javax scripting and there is
a javax scripting engine for javafx. Unfortunately, it
does not seem to be released yet.
the engine is net.java.jsr223.JavaFXScriptEngine
in the SPI for javax.script.ScriptEngineFactory in
the
Hi all,
Is there a need to support JavaFX in Ant going forward? We already
support javascript via bsf & javax.scripting, we also support a
multitude of dynamic/scripting languages, should we add support for
this one?
Kev