I have implemented JavaFX application jar with jdk 1.7_25 (jfx 2.2) version. while running the same jar in higher version jdk 1.7 update 80, i am getting below error.
Exception in thread "Thread-6" java.lang.UnsatisfiedLinkError:
- com.sun.glass.ui.win.WinApplication._submitForLaterInvocation(Ljava/lang/Runnable;)V
at com.sun.glass.ui.win.WinApplication._submitForLaterInvocation(Native Method)
at com.sun.glass.ui.win.WinApplication.submitForLaterInvocation(WinApplication.java:215)
at com.sun.glass.ui.InvokeLaterDispatcher.run(InvokeLaterDispatcher.java:101)
what might be the problem? what is the solution for this.?