| Bundle-NativeCode with 32/64bit versions of Eclipse on Linux? [message #897354] |
Mon, 23 July 2012 13:13 |
Missing name Missing name Messages: 22 Registered: October 2010 |
Junior Member |
|
|
I'm wondering if anyone knows how to use the Bundle-NativeCode rule for loading native libraries as follows. I support both 32 and 64 bit versions of my plug-ins for Linux. I have a 32 and 64bit native library - both are called "libs.so" - but I put one under /native and the other under /native/64bit/.
I don't want to use the architecture rules to pick which library to use - you can run either 32 or 64 bit flavors on a 64bit architecture - instead I want to use the version that matches the Eclipse version, and i.e. the matching flavor of the JDK version - that the user has running.
Does anyone know how to do this with Bundle-NativeCode?
Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.01416 seconds