Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Access methods in .so file from eclipse plugin
Access methods in .so file from eclipse plugin [message #1015556] Fri, 01 March 2013 08:59
Innovator CSE is currently offline Innovator CSEFriend
Messages: 6
Registered: February 2013
Junior Member
Hi,
I have developed a plug in which can access the methods in a .so file. It works fine except that it requires that the so file reside in /usr/lib. The entire purpose of the plug in is that the end user can make use of it as such without any configuration changes. Now I have to make my plug in access the .so residing in the project folder.How do I do this? I have loaded the library using the System.loadLibrary() method. If I use System.load() and specify the full path of the so also, it doesn't work unless I copy the files to /usr/lib. Can someone please help me?
Previous Topic:exportWizards, control the "Export select" window
Next Topic:Remove Lines Changed Markers?
Goto Forum:
  


Current Time: Sat Apr 27 04:21:49 GMT 2024

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

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

Back to the top