Error in javah

hiI am having problems in the creation of the archive header .h, when I execute the commandC:\javah -jni Teste.classIt appears the messageError: class Teste.class could not be foundAlqu齧 already passed therefore?Positive VibrationsLucas Ferst
[299 byte] By [lgferst] at [2007-9-30 21:06:28]
# 1
It takes a class name not a file name. You are passing in a file name.You must use the fully qualified class name. So something like the following (if you have a package)....com.mycompany.myproject.Teste
jschell at 2007-7-7 2:38:08 > top of Java-index,Administration Tools,Sun Connection...