java.lang.UnsatisfiedLinkError: com.sun.prism.d3d.D3DContext.nSetBlendEnabled(JZZ)I
at com.sun.prism.d3d.D3DContext.nSetBlendEnabled(Native Method)
at com.sun.prism.d3d.D3DContext.initState(D3DContext.java:84).
while running my javafx application on jdk 1.7.40 its shows the above error.but its working fine in jdk 1.7.25.i also tried javaFx ant script but still its shows the above error.
at com.sun.prism.d3d.D3DContext.nSetBlendEnabled(Native Method)
at com.sun.prism.d3d.D3DContext.initState(D3DContext.java:84).
while running my javafx application on jdk 1.7.40 its shows the above error.but its working fine in jdk 1.7.25.i also tried javaFx ant script but still its shows the above error.
- duplicates
-
JDK-8094893 [Swing] Application compiled with 7u25 does not work on 7u40
- Closed