Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Bundle-NativeCode with 32/64bit versions of Eclipse on Linux?(question about using Bundle-NativeCode)
Bundle-NativeCode with 32/64bit versions of Eclipse on Linux? [message #897354] Mon, 23 July 2012 17:13
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 25
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!
Previous Topic:How to add the green jump annotation?
Next Topic:Build a product with duplicated plugins (but different versions)
Goto Forum:
  


Current Time: Fri Apr 19 01:26:06 GMT 2024

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

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

Back to the top