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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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