RE: [equinox-dev] Using LIRc library in Equinox

2009-08-14 Thread Mark Hoffmann
Hi, just an idea. Maybe jlirc works with JNI? Maybe you have to give the library path to the VM similar to subclipse? Like: -vmargs -Djava.library.path=path_to_lirc_libs Mark David Conde dco...@citic.es schrieb am 14.08.2009 14:23:22: The problem can be because OSGI does not recognize the

[equinox-dev] Meaning of a SCR warning message

2009-08-14 Thread Michael Furtak
Hi all, I am receiving a warning from the DS SCR that reads: WARNING 11 [SCR] ComponentReference.bind(): service reference {...} is already bound to instance org.eclipse.equinox.internal.ds.impl.componentinstancei...@11c55bb I am not sure what this means or how to go about resolving

Re: [equinox-dev] Meaning of a SCR warning message

2009-08-14 Thread Stoyan Boshev
Hi Michael, This message means there is a duplicate attempt for binding a service to a component instance. Can you reproduce this every time you run your application or it just happened once? Does your component have more than one references and at least two of them are satisfied by one