This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Proposal: make gcjh default to JNI mode
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 27 Apr 2005 22:26:12 -0400
- Subject: Proposal: make gcjh default to JNI mode
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