Re: [10] Review request for 8185634, 8185634: Java Fx-Swing dialogs appearing behind main stage

2017-10-08 Thread Alexander Zvegintsev
Please review the updated version http://cr.openjdk.java.net/~azvegint/jdk/10/8185634/02/ Now we are postponing actual window closing, it happens only after we ensure that native window pointer is valid on Swing side. Thanks, Alexander. On 23/09/2017 08:01, Sergey Bylokhov wrote: Hi,

Re: Error on build

2017-10-08 Thread javafx
Hi, I possess an AMD 64 bit machine. My JDK_HOME points to a 64 bit JDK. MS C++ redistributables reported as installed on my machine (determined by control panel -> uninstall a program -> reviewing resulting list of installed sw) report both 32 and 64 installations. MS VS was installed as

Re: Gradle test fail; DLLS are missing (Windows 10)

2017-10-08 Thread David Bimamisa
I'm wondering if it possible to build Webkit on Windows anyway? Just by build openJDK? Also, according to [1] JDK 8u152 has been already released. 1. http://jdk.java.net/8/ 2. http://openjdk.java.net/projects/jdk8u/ Regards 2017-09-26 22:59 GMT+02:00 Kevin Rushforth

Re: Error on build

2017-10-08 Thread David Bimamisa
Which version of JDK are you using? 64-bit or 32-bit? I remember getting these types of errors only if there was a mismatch between the JDK and c++ compiler machine type As noted in wiki: *"the version of the JDK you have set as JDK_HOME will determine whether you build 32 or 64 bit binaries"*