I am trying to create a header file using javah tool from command line on windows 7 OS but i am failing all the time.
I have followed different ways and even read t
On MacOS X, it required the classpath variable. This might be the solution if it can be verified on other platforms as well.
$ javah -verbose Article.HelloJNICpp $ javah -verbose -classpath ./ Article.HelloJNICpp [Creating file RegularFileObject[Article_HelloJNICpp.h]] $