Re: Proposal For Inclusion of Robot and ParametersImpl in the Public API

2017-12-03 Thread Michael Ennen
I am still working on all the necessary changes to actually allow openjfx to compile. Tons to learn in that arena and I know the code as it is written won't totally work. For example one can no longer: #include "com_sun_glass_ui_Robot.h" as in

Re: Error on build

2017-12-03 Thread Michael Ennen
Try changing line 275 of the root build.gradle from: ext.IS_64 = OS_ARCH.toLowerCase().contains("64") to: ext.IS_64 = true On Sun, Oct 8, 2017 at 6:24 PM, wrote: > Hi, > > I possess an AMD 64 bit machine. > > My JDK_HOME points to a 64 bit JDK. > > MS C++

Re: [10] Review request: 8179033: javapackager fails to create Mac Application Bundle

2017-12-03 Thread victor . drozdov
On 12/2/17 7:11 AM, Kevin Rushforth wrote: Michael Hall wrote: On Dec 2, 2017, at 8:31 AM, Kevin Rushforth > wrote: Michael Hall wrote: On Dec 1, 2017, at 7:43 PM, victor.droz...@oracle.com