Eclipse plugin with C++ dlls [message #1068047] |
Thu, 11 July 2013 15:25 |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.09986 seconds