Archived Forum Post

Index of archived forum posts

Question:

loading shared library (.so) in eclipse or netbeans for java applications.

Aug 09 '14 at 01:41

hello all, I am new to java , eclipse and netbeans ,my task was to convert c legacy code to java i completed that task using swig 3.0 i created a shared libraray in (.so) in linux using gcc 4 version example=libxyz.so now with command line i am able to run java file and get the output there the library loading is easy but in eclipse and netbeans i dont know how to do that please explain me in steps of importing (libxyz.so) in eclipse and netbeans (eclipse luna) and (netbeans 8.0) in linux.