Go to advanced search

by faraa
Mon Aug 29, 2016 8:50 am
Forum: Java
Topic: Use shared library(.so) in web application deployed on glass
Replies: 0
Views: 1351

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

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
by faraa
Mon Aug 22, 2016 10:23 pm
Forum: Java
Topic: send data from to a spring remote web server
Replies: 0
Views: 836

send data from to a spring remote web server

Hi I want to have this architecture.... http://i.stack.imgur.com/hHbPb.png Can you help me? I can't understand How should I send data from respberry to web server. I have a spring webapplication...user should be able to measure something(for example temperature) and senf it through web application i...

Go to advanced search