Hello Thiago, I would recommend using the following powershell script to build OpenJFX locally on Windows:
https://github.com/javafxports/openjdk-jfx/blob/develop/tools/scripts/build.ps1 The only prerequisite needed to run that script is the chocolatey package manager (https://chocolatey.org/). It would probably be an improvement to the script if it checked for the existence of chocolatey install and if it is not find print a more helpful error message. If you don't want to install Cygwin you can use the `-nocygwin` argument otherwise the script will try to auto-install it using Chocolatey. On Sat, Aug 3, 2019 at 3:42 PM Thiago Milczarek Sayao < thiago.sa...@clamed.com.br> wrote: > Hi, > > I have followed the instructions on: > > https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-Windows > > When running ./gradlew.bat on cygwin I get: > > > FAIL: WINSDK_DIR not defined > > My version is 14.16.27012. > > > Thanks. > -- Michael Ennen