trying to use javah -jni
Hi all,
I am tring to create h file for java native class.
I am using javah -jni (it worked fine in the past) ,and i am getting an error message: (I replaced the class name with myClass)
error: cannot access myClass
file myClassclass not found
javadoc: error - Class myClassnot found.
Error: No classes were specified on the command line. Try -help.
But the class is definitely there
Can you please help me?
Thanks very much
Inbal

