java.lang.UnsatisfiedLinkError: no LIBWINPTHREAD-1 in java.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
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.
- 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.
Solutions on the web
via GitHub by hamoid
, 1 year agovia Oracle Community by 807607, 1 year ago
via Stack Overflow by Abhinav
, 1 year agovia Oracle Community by 843829, 1 year ago
via Oracle Community by 807607, 1 year ago
java.lang.UnsatisfiedLinkError: no LIBWINPTHREAD-1 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at processing.sound.MethClaInterface.
(MethClaInterface.java:43) at processing.sound.Engine.
(Engine.java:35) at processing.sound.Engine.
(Engine.java:33) at processing.sound.Engine$LazyHolder.
(Engine.java:41) at processing.sound.Engine.start(Engine.java:45)
at processing.sound.SoundFile.
(SoundFile.java:55) at com.illuma.view.MyGImageButton.
(MyGImageButton.java:13) at com.illuma.Main.setup(Main.java:41)
at processing.core.PApplet.handleDraw(PApplet.java:2379)
at processing.awt.PSurfaceAWT$12.callDraw(PSurfaceAWT.java:1540)
at processing.core.PSurfaceNone$AnimationThread.run(PSurfaceNone.java:316)