Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load SimpleOpenNI library ( Ubuntu 12.04 Linux 32 bit, UDOO Board ARM Processor) #104

Open
GoogleCodeExporter opened this issue Mar 18, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I have installed processing 1.5.1 on Ubuntu 12.04 Linux 32 Bit, before i 
installed the Oracle JDK as shown below:

ubuntu@udoo:~$ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode)

I renamed the Java Folder in processing into Java-x86 and with this command, 
Processing starts:

ubuntu@udoo:~$ cd kinect/processing-1.5.1
ubuntu@udoo:~/kinect/processing-1.5.1$ ./processing

After that I imported the SimpleOpenNI library and tried the example DepthImage 
and get this Error Code:

Display 0 does not exist, using the default display instead.
Can't load SimpleOpenNI library (SimpleOpenNI) : 
java.lang.UnsatisfiedLinkError: Can't load library: 
/SimpleOpenNI/library/linuxSimpleOpenNI
Verify if you installed SimpleOpenNI correctly.
http://code.google.com/p/simple-openni/wiki/Installation
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: 
SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V
    at SimpleOpenNI.SimpleOpenNIJNI.swig_module_init(Native Method)
    at SimpleOpenNI.SimpleOpenNIJNI.<clinit>(SimpleOpenNIJNI.java:290)
    at SimpleOpenNI.ContextWrapper.<init>(ContextWrapper.java:54)
    at SimpleOpenNI.SimpleOpenNI.<init>(SimpleOpenNI.java:254)
    at DepthImage.setup(DepthImage.java:41)
    at processing.core.PApplet.handleDraw(Unknown Source)
    at processing.core.PApplet.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)

Can anybody help me with this problem?

Original issue reported on code.google.com by [email protected] on 2 Jun 2014 at 2:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant