Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Shared libraries in Eclipse Plugin(Solving "no such file" error while using a shared library(.SO) which uses another shared(.so) library in an eclipse plugin)
Shared libraries in Eclipse Plugin [message #1699204] Mon, 22 June 2015 14:29
G S Senthil Kumar is currently offline G S Senthil KumarFriend
Messages: 1
Registered: June 2015
Junior Member
I am learning and working on eclipse projects.
Currently i am stuck with using shared libraries in eclipse plugins.

Problem description:
My plugin project requires libA.so which depends on libB.so library. I kept both libraries under /libs of my project and updated the Manifest file. But while running, it shows the following error "java.lang.UnsatisfiedLinkError": libB.SO cannot open shared object file: no such file or directory

One work-around to make it work:
In Run/Debug settings of the application, setting the LD_LIBRARY_PATH environment variable to the absolute path of /libs folder
But this solution wont help when i export and deploy the plugin in some other machine.

Any little guidance would be greatly appreciated.
Previous Topic:Is eclipse DSF framework some GDB MI enviroment ?
Next Topic:Unable to find: Installable Unit [ id=org.eclipse.equinox.executable_root.gtk.linux.x86_64 ]
Goto Forum:
  


Current Time: Sat Apr 27 03:13:45 GMT 2024

Powered by FUDForum. Page generated in 0.02741 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top