Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exception in thread "Thread-6" java.lang.UnsatisfiedLinkError

Srikanth GoodaMay 31 2017 — edited May 31 2017

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:  

  1. 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.?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 28 2017
Added on May 31 2017
0 comments
832 views