Re: Java GUI support on Wayland

2016-09-26 Thread Erik De Rijcke
In case it's to anyone's interest. I've created a working javafx wayland poc. Code is here: https://github.com/udevbe/wayland-javafx On Mon, Aug 29, 2016 at 1:38 PM, Vinoth Kumar wrote: > Hi Erik, > > Thanks a lot for the additional information. I have got some idea now. > > Regards, > Vinoth >

Re: Java GUI support on Wayland

2016-08-29 Thread Vinoth Kumar
Hi Erik, Thanks a lot for the additional information. I have got some idea now. Regards, Vinoth On Mon, Aug 29, 2016 at 5:00 PM, Erik De Rijcke wrote: > Hi Vinoth, > > I replied to your report on github. (btw I'm not jason ekstrand or > 'jekstrand' on github, but 'zubnix'). > > To give some mo

Re: Java GUI support on Wayland

2016-08-29 Thread Erik De Rijcke
Hi Vinoth, I replied to your report on github. (btw I'm not jason ekstrand or 'jekstrand' on github, but 'zubnix'). To give some more context: I started creating my own java wayland bindings after jason's work got abandoned. (see https://github.com/udevbe/wayland-java-bindings ) and I am currentl

Re: Java GUI support on Wayland

2016-08-29 Thread Olivier Fourdan
Hi, On 29 August 2016 at 13:01, Vinoth Kumar wrote: > Using XWayland would mean using Xcode itself right? In that case, it may not > be feasible for me as our system has only wayland supported. Probably, I Yes, Xwayland is an Xserver. > have to give this: https://github.com/jekstrand/wayland-ja

Re: Java GUI support on Wayland

2016-08-29 Thread Vinoth Kumar
Hi, Using XWayland would mean using Xcode itself right? In that case, it may not be feasible for me as our system has only wayland supported. Probably, I have to give this: https://github.com/jekstrand/wayland-java Thanks, Vinoth On Mon, Aug 29, 2016 at 3:49 PM, Olivier Fourdan wrote: > Hi, >

Re: Java GUI support on Wayland

2016-08-29 Thread Olivier Fourdan
Hi, On 29 August 2016 at 12:00, Vinoth Kumar wrote: > I want to include Java GUI support on my system which has only wayland > backend supported. I tried to include OpenJDK-7-jre package, but it seems to > have X11 dependency. > > I compiled ‘Openjre-8’ package successfully and included in my ima

Java GUI support on Wayland

2016-08-29 Thread Vinoth Kumar
Hi, I want to include Java GUI support on my system which has only wayland backend supported. I tried to include OpenJDK-7-jre package, but it seems to have X11 dependency. I compiled ‘Openjre-8’ package successfully and included in my image. But, it can run only Java applications without GUI.