Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse plugin with C++ dlls
Eclipse plugin with C++ dlls [message #1068047] Thu, 11 July 2013 19:25
Testr t is currently offline Testr tFriend
Messages: 93
Registered: April 2013
Member
Hi,

I am developing an eclipse plug-in, with the major functionality available in a C++ dll. I have generated Java bindings for the C++ dll using SWIG and I am able to use all of the functionality in the plug-in. One configuration i have to make is to set the Path variable(environment variable in windows) to point the directory containing the native C++ dll(which the JNI dll would use). This is not a problem in the developer machine, but when I want to distribute my plugin with a single Jar file, how do I package it so the the JNI dll looks for the native C++ dll inside the Jar and not using a environment path?
Previous Topic:Eclipse 4.3: Use of the "org.eclipse.ui.editorActions" extension
Next Topic:switchToLaunchBar link not working
Goto Forum:
  


Current Time: Fri Apr 26 14:06:43 GMT 2024

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

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

Back to the top