OSGi cannot find my DLL file, and I can\'t seem to figure out why.
Currently I have the DLL file (foo.dll) at the root of my bundle, I\'ve also tried ha
foo.dll
I suggest you try to package the dll as a jar:
jar cvf foo.dll.jar foo.dll
and the load the jar as a regular lib.