I just read https://blogs.oracle.com/talkingjavadeployment/entry/native_packaging_for_javafx which sounds amazing and very welcome. I created an Executable for a simple example. When trying to execute the exe I got an error dialog telling me that msvcr100.dll was missing. After installing the VC++ redistributable package from http://www.microsoft.com/en-us/download/details.aspx?id=14632 it worked fine.
Can you please make sure that this dependency is either removed or bundled?
Can you please make sure that this dependency is either removed or bundled?
- relates to
-
JDK-8094437 JavaFX exe installer fails on Windows 8.1
- Resolved
-
JDK-8095221 The Windows launcher generated by the packager fails to load msvcr100.dll on 32-bit OS
- Resolved
-
JDK-8092594 The Windows launcher generated by the packager fails to load msvcr100.dll on 32-bit OS
- Closed