Re: Announcing EA builds of standalone JavaFX SDK

2018-05-13 Thread Michael Paus
Hi, a few days ago I was informed in a private e-mail from Bernhard Lutzmann how the problem with Eclipse described below can be solved without having to provide a module-info.java. The problem in Eclipse is that, although the JavaFX jars are explicitly put on the module path in the build

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-09 Thread Michael Paus
Hi, I investigated the issue of using the standalone JavaFX SDK inside of an IDE (Eclipse and IntelliJ) a little bit further. For this purpose I used a simple single-class JavaFX program (actually the one which Johan used too). I started with Eclipse, created a simple Java project, added the

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Michael Paus
Am 08.05.18 um 23:55 schrieb Nir Lisker: Thanks Kevin, that's good to hear. Michael, adding the external jars as single entries is the simplest and most granular way, but you can also define a library from those jars and then add that single library to any project: 1. Add Library... 2. User

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Nir Lisker
Thanks Kevin, that's good to hear. Michael, adding the external jars as single entries is the simplest and most granular way, but you can also define a library from those jars and then add that single library to any project: 1. Add Library... 2. User Library 3. User Libraries... 4. New... (give

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Jonathan Giles
Congrats to Kevin and team on this milestone! -- Jonathan (Tapped on a touch device) On Mon, 7 May 2018, 4:01 PM Kevin Rushforth, wrote: > I am pleased to announce the first Early Access build of a standalone > JavaFX SDK [1]. You can download it and run it using

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Kevin Rushforth
On 5/8/2018 5:01 AM, Michael Paus wrote: Hi Kevin, that's a great achievement. I have a few questions/remarks though: 1. On the announcement page I assume the license agreement should not read "These binaries are provided under the GNU General Public License

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Michael Paus
Am 08.05.18 um 14:37 schrieb Paul Ray Russell: V. pleased to say it's working for me. It builds using our current Maven build ( which is targeted in Maven at JDK 9) org.apache.maven.plugins maven-compiler-plugin 3.6.2

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Michael Paus
Am 08.05.18 um 14:27 schrieb Tom Schindl: [...] 3. How do you properly configure an Eclipse (the latest 4.7.3a) project to use this module path. Adding the OpenJDK was no problem but how do you add the module path for JavaFX? I failed on that. You just open the Java Build

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Paul Ray Russell
of standalone JavaFX SDK (Kevin Rushforth) >2. Re: [11] RFR JDK-8202199 : Provide public, unsupported API > for FX Swing interop (Prasanta Sadhukhan) >3. Re: [11] RFR JDK-8202199 : Provide public, unsupported API > for FX Swing interop (Ali Ebrahimi) >4. Re:

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Tom Schindl
[...] > 3. How do you properly configure an Eclipse (the latest 4.7.3a) project > to use this module path. Adding the OpenJDK was no problem but how do > you add the module path for JavaFX? I failed on that. > You just open the Java Build Path-Properties-Page on the project and add the external

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Michael Paus
Hi Kevin, that's a great achievement. I have a few questions/remarks though: 1. On the announcement page I assume the license agreement should not read "These binaries are provided under the GNU General Public License ." but instead should read

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread John-Val Rose
Thanks very much Kevin. This is a great step forward and will make all of our lives easier. Graciously, John-Val Rose > On 8 May 2018, at 17:43, Johan Vos wrote: > > Hi Kevin, > > Excellent work. > I confirm this is working for me. > > Java: openjdk 11-ea+12 for

Re: Announcing EA builds of standalone JavaFX SDK

2018-05-08 Thread Johan Vos
Hi Kevin, Excellent work. I confirm this is working for me. Java: openjdk 11-ea+12 for Linux App from https://github.com/gluonhq/projavafx9/tree/master/chapter1/HelloEarthRise/src/main/java/projavafx/helloearthrise/ui (on classpath) - Johan On Tue, May 8, 2018 at 1:11 AM Kevin Rushforth