Using JNI in an Intellij project

Hi,

How does one make use of native functions inside Intellij?  I'm loading the DLL with loadLibrary at the outset.  

But what imports need to be specified, so that the IDE recognizes the native calls, and is able to Build?


I hope I'm asking this right, but this is the first time using JNI.

0

请先登录再写评论。