will a jni header accept a package name with "." in between
843829Sep 3 2010 — edited Sep 7 2010My java class for native function call is included in a package with name like "xxx.yyy.zzz"
So when I edit the jni class in header file generated to include the package name ,it shows error.
Is it possible to write jni class for a native function defined in java class which such package name?