I'm on Windows Vista (which is 64 bits) and after switching from JVM 32bits to JVM 64bits I had to use the following on my maven-bundle-plugin for my app to properly load on Felix 3.0.8
__________________ <Bundle-NativeCode> win32/foo32.dll;osname=win32;processor=x86, win64/foo64.dll;osname=win32;processor=x86-64, linux/foo32.so;osname=linux;processor=x86, linux64/foo64.so;osname=linux64;processor=x86-64 </Bundle-NativeCode> __________________ Look at the win64 declaration. Isn't it bizarre for the osname to be set as win32 instead of win64? Is this a bug or am I getting this wrong? ----- Tell me something you don't know! -- View this message in context: http://old.nabble.com/Native-Lib-on-Vista-%2864bits%29-with-JVM-1.6.0_26-64bits-needs-osname%3Dwin32-tp31892937p31892937.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

