Hi, Currently gcjh defaults to emitting CNI headers. I propose we change it to emit JNI headers by default. That way gcjh will become command-line compatible with javah. This would allow me to remove the javah wrapper script from java-gcj-compat and instead symlink javah directly to gcjh. Thoughts? Tom