Page 1 of 1

Use shared library(.so) in web application deployed on glass

Posted: Mon Aug 29, 2016 8:50 am
by faraa
I want to write a REST web service that is using the .so library. I placed my library in /usr/lib/libnativeclass.so. I added it as native library path prefix.
But I get this error...can anyone helps me?

java.lang.UnsatisfiedLinkError: com.springapp.java_cpp_layer.NativeClass.getTemperature()F