Menu

#32 UnsatisfiedLinkError in JMyron

open
nobody
None
5
2010-05-27
2010-05-27
lyndon
No

hi
when i run the script
import JMyron.*;
void setup(){
JMyron m = new JMyron();
println(m.version());
}

after having installed JMyron for processing (according to the HowToInstall.txt that comes in the JMyron0025.zip file) on ubuntu 9.04 with a working logitech quickview webcam i get the following exception

processing.app.debug.RunnerException: UnsatisfiedLinkError: no JMyron in java.library.path
at processing.app.Sketch.placeException(Unknown Source)
at processing.app.debug.Runner.findException(Unknown Source)
at processing.app.debug.Runner.reportException(Unknown Source)
at processing.app.debug.Runner.exception(Unknown Source)
at processing.app.debug.EventThread.exceptionEvent(Unknown Source)
at processing.app.debug.EventThread.handleEvent(Unknown Source)
at processing.app.debug.EventThread.run(Unknown Source)
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no JMyron in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at JMyron.JMyron.<clinit>(JMyron.java:14)
at sketch_may27a.setup(sketch_may27a.java:24)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)

Discussion


Log in to post a comment.