Command:
javah -jni JavaHowTo
Result:
error: cannot access JavaHowTo class file for JavaHowTo not found javadoc: error -
Go to your "bin" directory of your Java project through the cmd Windows command line.
cd "Path to the bin directory of your java project"
Then,
javah "Your Package"."Name Of Your Java Class"