Command:
javah -jni JavaHowTo
Result:
error: cannot access JavaHowTo class file for JavaHowTo not found javadoc: error -
The following worked for me (Win7):
javah -classpath bin/classes -jni -d jni com.my.javaclass
I run this from the app main directory.
The problem was in the sub-directory classes