Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Load Native Library
Load Native Library [message #510828] Thu, 28 January 2010 18:34
David Montaño is currently offline David MontañoFriend
Messages: 2
Registered: January 2010
Junior Member
Hi everyone, I'm developing a Eclipse plugin that uses a Java3D which requires a native library to run. During development I figured out to work with these native libraries by using the -Djava.library.path=${project_loc}/native command that refers to the folder where the libraries are. Now I want to be able to build the plugin and install it as an update site without needing the users to download and install Java3D by their own means.

I've found something about Bundle-Nativecode but I'm not sure if that is the way, because in the SWT jar (org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar) I look for the mentioned line in the manifest file, but can't find anything like that.

Now the question what is the correct way to do that??

Thanks in advance
Previous Topic:dependent plugin XML schema loading
Next Topic:Load Native Library
Goto Forum:
  


Current Time: Fri Apr 19 04:22:55 GMT 2024

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

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

Back to the top