Exactly what the title says.
I have a class which declares certain native
methods, but also has a couple of inner classes. The javah
utility insists on generating separate headers for the inner classes even though they don't have any native
method declarations. Is there a way to force javah
to stop doing this (annotations, secret command-line switches, anything)?