RFR: 8242508: Upgrade to Visual Studio 2019 version 16.5.3

John Neffenger jgneff at openjdk.java.net
Tue Mar 30 22:19:16 UTC 2021


On Thu, 25 Mar 2021 22:58:57 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> Build fails on my system with `FAIL: WINSDK_DIR not defined`

@palexdev I hit that error, too. You may have already found this, but you can work around the problem by using the sample [`windows_tools.properties`][1] file on the Building OpenJFX page (click "Expand source"). You just have to adjust the `WINDOWS_VS_PATH` and remember to copy the file to `build/windows_tools.properties` after running `gradle clean` and before running a build.

[1]: https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-Missingpathsissue

-------------

PR: https://git.openjdk.java.net/jfx/pull/212


More information about the openjfx-dev mailing list