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
Post a Comment