Problem with java wrapper - no java_jni

Hello Steve,

On which OS are you ?

You need to install the binary files after driver installation. Here is how I do it :

Linux

Download the drivers, install them and copy the Redist folder contents like this:

sudo cp -r Redist/*.so  /usr/lib/
sudo cp -r Redist/*.ini /usr/lib
sudo cp -r Redist/OpenNI2 /usr/lib	

I work on a package for Manjaro/Arch linux: pkgbuild. I use it on my machines and have not published it yet.

Windows

Same as Linux, but I copy the files in C:/Windows/System32/ . I know, it’s bad.

OSX

It is a little bit more tricky. PhillipeG documented it here.

Debugging this is pain usually as the names of the missing libraries is generally not mentionned / easy to find.

Cheers,
Jeremy.