Alexandr Dorofeev

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
Alexandr Dorofeev created a post, AnsweredHow to call native code from IntelliJ Plugin?
How example, I have a bunch of native libraries for several architectures: mylib.dylib, mylib.so, mylib.dll There are JNI bindings in the libs, which I want to call from the plugin itself, like t...