Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Tom Schindl
Hi, Well we talk about JavaFX-11 but the important thing is that this bug only happens if your Eclipse IDE is running Oracle-Java-8 ;-) Tom On 21.10.18 21:15, Nir Lisker wrote: > Ah, I didn't realize you were talking about Java 8. > > On Sun, Oct 21, 2018 at 10:09 PM Tom Schindl >

Review Request: JDK-8212728: Update the Eclipse classpath file for the Swing module

2018-10-21 Thread Nir Lisker
Hi, Please review the simple fix for: https://bugs.openjdk.java.net/browse/JDK-8212728 http://cr.openjdk.java.net/~nlisker/8212728/webrev.00/ Thanks, Nir

Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Nir Lisker
Ah, I didn't realize you were talking about Java 8. On Sun, Oct 21, 2018 at 10:09 PM Tom Schindl wrote: > Well: > - Launch Eclipse 2018-09 with Orcale-Java-8 > - Create a maven-enabled project (I think this is important because if > you launch with the FX-SDK on the command line you won't run

Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Johan Vos
Thanks, that was what I was hoping for but didn't dare to ask :) - Johan On Sun, Oct 21, 2018 at 8:06 PM Tom Schindl wrote: > Well fixing the bug in Eclipse is the right way to address this ;-) Once > I have time I'll provide a patch. > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=540247 >

Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Tom Schindl
Well fixing the bug in Eclipse is the right way to address this ;-) Once I have time I'll provide a patch. https://bugs.eclipse.org/bugs/show_bug.cgi?id=540247 Tom On 21.10.18 19:45, Johan Vos wrote: > Hi Tom, > > Nice workaround, but what do you think needs to be done to fix it? Can > the

Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Johan Vos
Hi Tom, Nice workaround, but what do you think needs to be done to fix it? Can the java.library.path somehow be changed in a plugin or so? Renaming the native libraries in JavaFX would probably solve this, but that seems the wrong solution to me. - Johan On Thu, Oct 18, 2018 at 3:39 PM Tom

Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Tom Schindl
Well: - Launch Eclipse 2018-09 with Orcale-Java-8 - Create a maven-enabled project (I think this is important because if you launch with the FX-SDK on the command line you won't run into this) - Boom Tom On 21.10.18 11:35, Nir Lisker wrote: > Hi Tom, > > Iv'e never gotten this error. How do

Re: Updated code review policies posted on OpenJFX Project Wiki

2018-10-21 Thread Nir Lisker
Hi Kevin, I suggest to add an "areas of expertise" (modules or JBS components) to the list of reviewers on the Code Reviews page, at least for active Reviewers, similarly to how it is done on the Code Ownership page. It doesn't need to have a formal function (I brought up that idea during the

Re: Running JavaFX-11 applications from within Eclipse fails

2018-10-21 Thread Nir Lisker
Hi Tom, Iv'e never gotten this error. How do you reproduce this? - Nir On Thu, Oct 18, 2018 at 1:39 PM Tom Schindl wrote: > Hi, > > I just wanted to make you aware that if you run a JavaFX-11 application > from within Eclipse it is very likely that you'll get an error like this. > > >