Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Problem Exporting Bundle with Native Libraries include in Eclipse

Hi,

 

I am triying to run a bundle which is expected to contain native libraries to be used by other bundles. The problem is that when I try to Export this bundle I get the next error:

 

Error

Reason:

 Problems during export

<<Details:

Unable to find plug-in: MyPluginName_1.0.0.

 

It is very strange because I am just creating a new bundle from JAR FILE, and create a folder where I save a native library called mylibrary.so and the only thing that I do is to include the next Header to the Manifest.MF:

 

Bundle-NativeCode: libjunixsocket.so ;

 processor = i386 ; osname = Linux

 

I do not get any compilation error so that should work fine.

 

Any idea?


Thank you in advance

 

Regards

 

 


Back to the top