Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] manifest - Bundle-NativeCode

I am having a problem with the Bunde-NativeCode on Linux.

For Windows I created this Bundle-NativeCode selection (selection-filter used because Windows 2007 not part of Win32 keyword)

 

Bundle-NativeCode: /lib/x86/ntlmauth.dll;selection-filter="(&(osgi.arch=x86)(osgi.os=win32))",

 /lib/x64/ntlmauth.dll;selection-filter="(&(osgi.arch=x86_64)(osgi.os=win32))"

 

My fragment bundle load and works fine under Windows but will not load or run on Linux unless I remove the Bundle-NativeCode section. It is my understanding that the Bundle-NativeCode would be skipped on Linux.

 

Thanks

Dale


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.


Back to the top