I am having troubles generating the C header file for JNI using javah.
Here's the script I use while standing in the <project-dir>\bin directory:
javah -classpath C:\PROGRA~2\Android\android-sdk\platforms\android-8\android.jar com.test.JniTest
As return I get:
ERROR: Could not find class file for 'com.test.JniTest'.
Even though the class JniTest certainly is in \com\test.
What am I doing wrong?