I am implementing JNI Application. I have generated shared object library from intended C application. Then loaded same library file in java by giving absolute path(static system path) of shared object and working fine. Now I need to add this library to my netbeans project ,by doing i am able to Export entire jave application as a jar file with including this library file(Shared object)