andreypdr / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Compiling and running an exported application from Processing using SimpleOpenNI library fails to load, MacOSx #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compile application with proccessing. 
2.run application

What is the expected output? What do you see instead?
I expect my application to run , because the processing sketch runs fine. 
Instead , when trying to run the application, the window opens but no image is 
drawn to the screen and these are my errors in the console: 

Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: 
SimpleOpenNI.SimpleOp at SimpleOpenNI.SimpleOpenNiJNI.swig_module_init(Native 
Method) at SimpleOpenNI.SimpleOpenNIJNI.(SimpleOpenNIJNI.java:290) at 
SimpleOpenNI.ContextWrapper.(ContextWrapper.java:54) at 
SimpleOpenNI.SimpleOpenNI.(SimpleOpenNi.java:256) at 
LanScapesLerp.setup(LanScapesLerp.java:126) at 
processing.core.PApplet.run(PApplet.java:1530) at 
processing.core.PApplet.handleDraw(PApplet.java:1608) at 
java.lang.Thread.run(Thread.java:680)

What version of the product are you using? On what operating system?
PROCESSING 1.5.1, SimpleOpenNI newest library, Mac OSx 10.8

Original issue reported on code.google.com by gabriell...@gmail.com on 2 Nov 2013 at 8:03

GoogleCodeExporter commented 8 years ago
I heard that signing the jar files might help. But im not sure cuz i didn't and 
won't have a chance to try it out in a long while. Hope someone could try 
signing it and tell me if it works. Thx. To sign a processing jar file, you can 
google it up for instructions

Original comment by p99...@gmail.com on 13 Sep 2014 at 9:57