Well, you don't make the native code optional and don't provide one for windows -- hence, the bundle can not be used on windows. Either provide a library for windows as well or make it optional:
Bundle-NativeCode: libjunixsocket.so;processor = i386 ;osname = Linux,* regards, Karl On Mon, Aug 24, 2009 at 12:58 PM, David Conde<[email protected]> wrote: > Hi, > > > > This problem just happens when I work with Eclipse on Windows XP, if I tried > the same step in Ubuntu I do not get any error at all. > > > > Any idea? > > > > Regards > > > > De: [email protected] [mailto:[email protected]] > En nombre de David Conde > Enviado el: lunes, 24 de agosto de 2009 12:32 > Para: 'Equinox development mailing list' > Asunto: [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 > > > > > > _______________________________________________ > equinox-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/equinox-dev > > -- Karl Pauls [email protected] _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
