We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Pages: 1 2 
JMyron lib want work (Read 4846 times)
JMyron lib want work
Sep 20th, 2006, 12:39pm
 
hi,

i am processing beta and wantet to install the JMyron lib. I copied all files in the right folders and I tryed a simple example, but i always get this error message:

Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: /Applications/Processing 0115/libraries/JMyron/library/libJMyron.jnilib:

... if it might be helpful i am using mac os x

greatings,
steffen
Re: JMyron lib want work
Reply #1 - Sep 22nd, 2006, 1:41am
 
hi,

does anyone have the myron 024. It could be working with an older version.

steffen
Re: JMyron lib want work
Reply #2 - Sep 22nd, 2006, 6:17pm
 
I'm having the same problem. Are you on an intel mac (I am)? The error message means one of two things - it doesn't really know where the native library is (.jnilib == java native interface library), which $LD_LIBRARY_PATH can often fix, but... in my case it is printing the path to the jnilib.

Then the problem is probably that the library was compiled for PPC. I'm checking out the source code right now, and I'll see if compiling it on i386 helps.

I'll be right back...
Re: JMyron lib want work
Reply #3 - Sep 22nd, 2006, 6:42pm
 
success!

if you're on an intel mac, replace Processing/libraries/JMyron/library/libJMyron.jnilib with the one from my website:

http://www.jibberia.com/programming/

enjoy
Re: JMyron lib want work
Reply #4 - Sep 24th, 2006, 2:29pm
 
Thanks for your help. JMyron work now on the intel mac, specially on my mac book pro Smiley

greating,
steffen
Re: JMyron lib want work
Reply #5 - Oct 16th, 2006, 7:20am
 
Howdy,
Thanks alot for the Intel JMyron updated library link! Smiley
The updated address is...http://www.jibberia.com/projects/
Greer
Re: JMyron lib want work
Reply #6 - Jan 24th, 2007, 11:31pm
 
Thanks!!
Re: JMyron lib want work
Reply #7 - Feb 13th, 2007, 11:14pm
 
heh.. heh... thanks for updating my own link Tongue

i meant to make all my old links always work, but, y'know, you forget about these things...

(crawling through webserver logs always yields interesting links like this)
Re: JMyron lib want work
Reply #8 - Mar 18th, 2007, 2:37am
 
Life. Saver.
Re: JMyron lib want work
Reply #9 - Apr 6th, 2007, 12:19pm
 
in Jmyron 0025 some problem:

settings(); make a crash.
Re: JMyron lib want work
Reply #10 - Apr 9th, 2007, 9:43pm
 
this still isn't working for me. any tips?
Re: JMyron lib want work
Reply #11 - Aug 25th, 2008, 6:40pm
 
Hello,

http://www.jibberia.com/programming/ is currently "Bandwidth Limit Exceeded"...
Does anybody knows where else i can find the libJMyron.jnilib for Mac?

Thanks!

frz
Re: JMyron lib want work
Reply #12 - Aug 25th, 2008, 7:44pm
 
can anybody please send or upload the compiled jmyron for macosx? that link is not working !!!!



thanks


New lib file compiled for Intel Macs.
Reply #13 - Aug 25th, 2008, 9:14pm
 
Hey, so, like, since the original page was down I decided to compile it myself for Intel.

myron.cpp had to be modified by inserting…

Code:
#include <string.h> 



…near the top, as done by this guy.

The new lib file is available here.

Note: This is by no means a permanent location for this file! I can't take responsibility for its safety on the internet. If someone else can provide a more permanent location then please do so!

Happy motion-tracking!

D!
Re: JMyron lib want work
Reply #14 - Aug 26th, 2008, 12:11am
 
Thanks a lot for fast reply sintheta! Works perfect!
Pages: 1 2