Skip to main content

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

Hi Dale,

You should try:

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))", *

According to the spec: If the optional’*’ is specified at the end of the Bundle-NativeCode manifest
header, a bundle installation error will not occur if the Bundle-NativeCode
header has no matching clauses)

Anyway, you should have asked such an OSGi/Equinox relative question on the eclipse.technology.equinox newsgroup (news.eclipse.org server)!

Benjamin

Anyware Technologies
Benjamin Cabé
Expert Eclipse
benjamin.cabe@xxxxxxxxxxxxxxxx
http://blog.benjamin-cabe.com
Tel : +33(0)5 61 00 06 41
Fax : +33(0)5 61 00 51 46
 
Nouvelle adresse

Anyware Technologies
Lake Park
ZAC de l'Hers - Allée du Lac
BP 87216
31672 Labège Cedex
France
www.anyware-tech.com


Steele, Dale a écrit :

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.


_______________________________________________ eclipse-dev mailing list eclipse-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev

Back to the top