-
Bug
-
Resolution: Fixed
-
P2
-
7u4
-
b25
-
x86
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2221035 | 7u4 | Thomas Ng | P2 | Closed | Fixed | b11 |
http://javafx-jira.kenai.com/browse/RT-19202
problem is javaws.exe (webstart) needs to call into splashscreen.dll in jre\bin to display splash.
in 6uX + FX 2 case, javaws.exe is from FX, and splashscreen.dll is from jre6\bin. splashscreen.dll in 6 depends on msvcr71, which is not available in FX.
in 7u + FX 2 case, it works, because splashscreen.dll from 7 depends on msvcr100, whcih is also there for FX 2.
we need to improve javaws.exe to preload the right msvcr before loading splashscreen.
problem is javaws.exe (webstart) needs to call into splashscreen.dll in jre\bin to display splash.
in 6uX + FX 2 case, javaws.exe is from FX, and splashscreen.dll is from jre6\bin. splashscreen.dll in 6 depends on msvcr71, which is not available in FX.
in 7u + FX 2 case, it works, because splashscreen.dll from 7 depends on msvcr100, whcih is also there for FX 2.
we need to improve javaws.exe to preload the right msvcr before loading splashscreen.
- backported by
-
JDK-2221035 javaws.exe should preload correct msvcr dll before loading splashscreen.dll
-
- Closed
-