Hi all, I solve this problem after stumbling over the following comments in the *buildSrc/genVSproperties.bat* file: *"The current officially supported Visual Studio version is 15.0 * *Handling of 11.0 and 14.0 is excluded here"*
Thus, installing Visual Studio 2017 (VS 15.0) on the Windows 10 machine -- instead of VS 2010 Express as recommended in the wiki <https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-BuildingOpenJFX-IntegrationwithOpenJD> -- works for me. Maybe the comments above should be added to the wiki. Regards David 2017-09-25 14:18 GMT+02:00 David Bimamisa <ketch...@googlemail.com>: > Hi all, > > I'm trying to build OpenJFX-8u on a Windows 10 machine and I stuck in the > test task of the fxpackager module. I'm getting the following exception: > > com.oracle.tools.packager.APITest > testRuntimes FAILED > java.lang.RuntimeException: Not found MSVC dlls at > com.oracle.tools.packager.windows.WinAppBundler. > copyMSVCDLLs(WinAppBundler.java:320) > at com.oracle.tools.packager.windows.WinAppBundler. > doBundle(WinAppBundler.java:277) > at com.oracle.tools.packager.windows.WinAppBundler.execute( > WinAppBundler.java:586) > at com.oracle.tools.packager.APITest.testRuntimes(APITest. > java:135) > > It seems that some DLLs (e.g. file:/[..]/modules/fxpackager/ > build/classes/test/com/oracle/tools/packager/windows//vcruntime100.dll) > are missing. > > Can you give some hints on how to solve this problem? > > Best regards > David >