how to load a native dll?

How to load native dll while settin an action?

I can not figure out the proper java.library.path

Is there any way to load dll while setting an action?

Thank you

0
Avatar
Permanently deleted user

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.

0

请先登录再写评论。