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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -