According to
http://msdn.microsoft.com/en-us/library/ms724832(v=vs.85).aspx
<http://msdn.microsoft.com/en-us/library/ms724832%28v=vs.85%29.aspx>
you can define Windows Vista as
win32/foo32.dll;osname=Windows Vista;processor=x86-64,osversion=6.0
On 21.06.2011 14:22, Elvy wrote:
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!