You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I open eclipse, new a project and add the libpd.jar I compiled and run.
error:
Exception in thread "main" org.puredata.core.NativeLoader$NativeLibraryLoadError: Couldn't find pthreadGC2.dll for this platform windows/x86_64 at org.puredata.core.NativeLoader.loadLibraryFromJar(NativeLoader.java:113) at org.puredata.core.NativeLoader.loadLibrary(NativeLoader.java:100) at org.puredata.core.NativeLoader.loadLibrary(NativeLoader.java:91) at org.puredata.core.PdBase.<clinit>(PdBase.java:76) at com.noisepages.nettoyeur.libpd.sample.JavaSoundThread.<init>(JavaSoundThread.java:44) at com.noisepages.nettoyeur.libpd.sample.JavaSoundSample.main(JavaSoundSample.java:24)
The text was updated successfully, but these errors were encountered:
I pull the code from tag 0.10.0 and build it in win10_x86_64 using mingw32
mingw32-make UTIL=true EXTRA=true javalib
and try to run the java sample in https://github.com/libpd/libpd/tree/master/samples/java/com/noisepages/nettoyeur/libpd/sample
I open eclipse, new a project and add the libpd.jar I compiled and run.
error:
Exception in thread "main" org.puredata.core.NativeLoader$NativeLibraryLoadError: Couldn't find pthreadGC2.dll for this platform windows/x86_64 at org.puredata.core.NativeLoader.loadLibraryFromJar(NativeLoader.java:113) at org.puredata.core.NativeLoader.loadLibrary(NativeLoader.java:100) at org.puredata.core.NativeLoader.loadLibrary(NativeLoader.java:91) at org.puredata.core.PdBase.<clinit>(PdBase.java:76) at com.noisepages.nettoyeur.libpd.sample.JavaSoundThread.<init>(JavaSoundThread.java:44) at com.noisepages.nettoyeur.libpd.sample.JavaSoundSample.main(JavaSoundSample.java:24)
The text was updated successfully, but these errors were encountered: