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

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -