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

[497 byte] By [Inbal_oa] at [2007-10-2 4:06:32]
# 1
I am having the same problem. Does anyone have any thoughts?
AdroitBreakera at 2007-7-15 23:29:24 > top of Java-index,Developer Tools,Java Compiler...
# 2
-classpath <path>Path from which to load classes
BIJ001a at 2007-7-15 23:29:24 > top of Java-index,Developer Tools,Java Compiler...
# 3
in my project i got one problem .that is I have to use the "jni" and i have to call the native methods using jni .how to do that .if you know please send a reply as earlier as possible
sekhar1978a at 2007-7-15 23:29:24 > top of Java-index,Developer Tools,Java Compiler...