faraa
Posts: 2
Joined: Mon Aug 22, 2016 10:09 pm

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

Mon Aug 29, 2016 8:50 am

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

Return to “Java”