Feeds:
Posts
Comments

Archive for August, 2011

How to run javah from Eclipse

The javah produces C header files and C source files from a Java class that are needed to implement native methods. The javah -jni is used to generate a C header file containing the function prototype for the native method implementation. The javah tool is provided with JDK SDK release. This tool is not integrated with eclipse IDE. We can configure IDE to run javah as an external tool. The post describes how it can be done.

(more…)

Read Full Post »