java.lang.UnsatisfiedLinkError: no awt in shared library path
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
This happens sometimes when Android fails to load the necessary libraries when you install an app. Try reinstalling it or telling your client to reinstall it, as it seems to correctly install the libraries and fixes the problem.
This is a sub-class of the LinkageError class and indicates that the JVM cannot find an appropriate native-language definition of a method declared as native. Install the CDF Software Distribution on your system.
Solutions on the web
via Google Groups by Yong Huang, 2 years ago
via Google Groups by Young Seop Shin, 2 years ago
via Google Groups by Vaclav Bartacek, 2 years ago
via Oracle Community by 410734, 1 year ago
via Google Groups by Tony Morris, 2 years ago
via Google Groups by Teoh Soh Tin, 2 years ago
java.lang.UnsatisfiedLinkError: no awt in shared library path
at java.lang.Runtime.loadLibrary(Runtime.java)
at java.lang.System.loadLibrary(System.java)