Failed to find library: jvm.dll. What's going on here?

后端 未结 2 1443
难免孤独
难免孤独 2021-01-17 10:27

In some computers, but not all, in which my application is installed, after what looks like a successful install, when you try to run it, it shows this error:

2条回答
  •  时光取名叫无心
    2021-01-17 11:00

    Could it be that you are affected by JDK-8191176 : JavaFX Self-Contained Application fails with error "Failed to find library: jvm.dll" which was affecting 8u151 and was fixed in 8u162.

    Verfied again on Windows 10 Enterprise build 1709 with respective JDK versions and could confirm the issue as reported. A "Failed to find library: jvm.dll" and subsequent error dialogs popped up as described when checked with JDK 8u151/8u152.

    Perhaps you can check what happens when you run with 8u162 or newer.

提交回复
热议问题