This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFA: enable gappletviewer, gjarsigner and gkeytool tools
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: Andrew Haley <aph at redhat dot com>, Bryce McKinlay <mckinlay at redhat dot com>, java-patches at gcc dot gnu dot org
- Date: 05 Jul 2006 18:27:58 -0600
- Subject: Re: RFA: enable gappletviewer, gjarsigner and gkeytool tools
- References: <44A0762B.8080904@redhat.com> <44A2FDF9.2070804@redhat.com> <44A3327E.6060008@redhat.com> <17571.41573.13137.10927@dell.pink> <44A3F87C.3070200@redhat.com> <17571.64554.304608.898287@zebedee.pink> <44A3FDA4.60702@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> To support the -J option to the tools, we'd still need a wrapper,
Tom> it'd just be a CNI wrapper rather than a JNI wrapper.
If -J is useful we arguably ought to support it in CNI wrappers.
This could be done by adding a command line option to gcj which is
passed down to jvgenmain and from there to the startup sequence.
File a PR if you think this is worthwhile... I'm not so sure myself.
I think I use GCJ_PROPERTIES in those rare instances where I want this.
Tom