Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse plugin with C++ dlls
Eclipse plugin with C++ dlls [message #1068047] Thu, 11 July 2013 15:25
Eclipse UserFriend
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: Tue Jul 15 15:13:44 EDT 2025

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

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

Back to the top