Generated files

The JNI compiler generates a C++ proxy class header file and source file for each Java class or interface that you compile; for example, if you compile A.B.MyClass, the following files are generated:

Sybase recommends that you do not edit these generated files, because any changes you make are overwritten when you re-run the compiler.

-native option

If you compile a class using the -native option; for example:

jnicc -native X.Y.MyClass

The JNI compiler generates the following files: