how to load a native dll? Permanently deleted user Created June 23, 2006 20:51 How to load native dll while settin an action?I can not figure out the proper java.library.pathIs there any way to load dll while setting an action?Thank you
If IDEA soes not have native support in plugin classloader, you must reload your native classes via custom classloader with method 'findLinrary' overiden.
Try to look ClearCase plugin, i suppose, it used native library.