Re: JavaFX 11 maven snapshots - empty jars

2018-08-29 Thread Steve Hruda
Thanks Johan for the update. I will test it asap. Best Regards, Steve Am Mi., 29. Aug. 2018 um 10:28 Uhr schrieb Johan Vos : > Hi Steve, > > This has been applied in 11-ea+24 which is now in maven central. > > Thanks, > > - Johan > > On Thu, Aug 9, 2018 at 3:32 PM Ste

Re: JavaFX 11 maven snapshots - empty jars

2018-08-09 Thread Steve Hruda
Johan, another temporary fix could be the META-INF attribute "Automatic-Module-Name". E.g. set it at the empty jar to javafx.controls.workaround https://docs.oracle.com/javase/10/docs/specs/jar/jar.html#main-attributes Regards, Steve Am Sa., 14. Juli 2018 um 12:16 Uhr schrieb S

Re: NativeLibLoader - installLibraryFromResource - RuntimeImage

2018-07-27 Thread Steve Hruda
reached, where it could have used System.mapLibraryName() > > > > I'll create an issue and a PR to fix this. > > > > Thanks for reporting, > > > > - Johan > > > > > > On Thu, Jul 26, 2018 at 11:03 AM Steve Hruda > wrote: > > > >> Hi,

Re: NativeLibLoader - installLibraryFromResource - RuntimeImage

2018-07-26 Thread Steve Hruda
that they are computed inside the loadLibraryFullPath. But it >> looks even worse that the "reallib" is calculated based on statements that >> might not be reached, where it could have used System.mapLibraryName() >> >> I'll create an issue and a PR to fix

NativeLibLoader - installLibraryFromResource - RuntimeImage

2018-07-26 Thread Steve Hruda
Hi, I created a custom runtime image (windows x64) for my JavaFX application and used the OpenJFX 11-ea+19 maven artifacts. I get the following exception if I try to execute my application: Graphics Device initialization failed for : d3d, sw Error initializing QuantumRenderer: no suitable pipeli

Re: JavaFX 11 maven snapshots - empty jars

2018-07-14 Thread Steve Hruda
dience. > I want to discuss this at the OpenJDK Workshop ( > http://openjdk.java.net/workshop). > > - Johan > > On Fri, Jul 13, 2018 at 9:37 PM Steve Hruda wrote: > >> Okay, I understand. >> >> If the empty jar will be the final solution, then I th

Re: JavaFX 11 maven snapshots - empty jars

2018-07-13 Thread Steve Hruda
what is (and should remain) an implementation detail. > > -- Kevin > > > On 7/13/2018 8:25 AM, Steve Hruda wrote: > > Johan, > hmm but is that not quite the same in case of the classifier? Because I > also have to define a property or static value in case of the classifier. > >

Re: JavaFX 11 maven snapshots - empty jars

2018-07-13 Thread Steve Hruda
where other developers would use > > javafx-controls-windows > > > > - Johan > > > > > > On Fri, Jul 13, 2018 at 4:30 PM Steve Hruda > wrote: > > > >> Hi, > >> Johan asked me to move the empty jar discussion to the mailing list. >

JavaFX 11 maven snapshots - empty jars

2018-07-13 Thread Steve Hruda
Hi, Johan asked me to move the empty jar discussion to the mailing list. As I mentioned at GitHub, we did some tests with the published SNAPSHOT's and we had to force an exclude of the empty jars at the dependecies. Otherwise e.g. Eclipse shows a warning that the module name is instable because of

Jlink - OpenJDK 11 Build 21 in combination with OpenJFX 11 Build 17

2018-07-09 Thread Steve Hruda
Hi, I downloaded the JMODs of OpenJFX 11 Build 17 and OpenJDK11 Build 21 and unpacked them in the same directory. So I have now a jdk11 and a javafx-jmods-11 directory at my unzip location. Now I want to create a custom runtime image which uses java.se and javafx.controls but I get an PluginExcept