Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Declarative Services

Hi Simon Thanks for your quick response, 

I want to point out that my IImageSegmentation Object is an interface that is implemented by c++ component called with JNA with the following line 

Native.loadLibrary(<SharedLibrary Name>,<InterfaceName>.class)

However in the DS you call only java implementation as far as I now

I now is not suppose to be used like this, but I will like to know if there is any possibility to have the JNA implementation called in the ds

thanks again

Back to the top