java - Calling native method from rest service -
i using restlet framework create rest service uses native library. have tested native library in simple java application. when try load library (libsomename.so
on linux) inside rest service, library not found. looks environment variable ld_library_path
not set local rest engine inside restlet framework.i calling main restlet application enviroment variable set, inside serverresource can't load library , java.lang.unsatisfiedlinkerror
exception. idea wrong?
Comments
Post a Comment