Open GoogleCodeExporter opened 8 years ago
Hi,
I found a very simple solution to resolve SimpleOpenNI exception
'Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError:
SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V '
1. Go to System Properties -> Advanced -> Environnement Variables
2. In 'System variables', search and modify 'Path' variable
3. Add a path to the SimpleOpenNI32.dll in the end of 'Path' variable.
By default : SimpleOpenNI32.dll is located at %SimpleOpenNI% Folder
...\Processing\libraries\SimpleOpenNI\library\
Hope it will be useful to you!
I don't know in Mac OS how to change System Variables but it uses Linux Kernel,
I think it is same of change PATH (system variable) in Linux
Cheers.
I got my solution after reading this article:
http://stackoverflow.com/questions/12875212/kinect-unsatisfiedlinkerror-simpleop
enni-simpleopennijni-swig-module-initv
NMQM
Original comment by nmq...@gmail.com
on 2 Jul 2013 at 1:44
And in Linux/MacOS, SimpleOpenNI librairies needed are: libSimpleOpenNI32.so
or/and libSimpleOpenNI64.so.
Cheers
Original comment by nmq...@gmail.com
on 2 Jul 2013 at 1:48
Original issue reported on code.google.com by
lauria.c...@gmail.com
on 1 Apr 2012 at 2:51