Alexandr Dorofeev
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to call native code from IntelliJ Plugin?
AnsweredHow 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...