Search code examples
eclipsejava-native-interface

JNI setup with eclipse


how can I include the jni.h library in eclipse? Which plugin has to be installed?

Regards, Stefan


Solution

  • jni.h is in your JDK; I wouldn't install it in a plugin, but rather just set up an external dependency to it.