java.lang.UnsatisfiedLinkError when loading topaz dll in OSGI environement -


i'm trying load dll in equinox osgi environement using system.load() , path dll file correct java.lang.unsatisfiedlinkerror . managed load dll when placed in system32 folder. using : system.loadlibrary().

the dll works fine when experiment plain java main class , there's no need programmaticaly load dll since eclipse .

is there specific osgi prevents me loading dll ?

any chance jvm loading dll twice? cause unsatisfiedlinkerror on second try.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -