Speaking of runtime options

Tom Tromey tromey@redhat.com
Sun Jan 27 17:06:00 GMT 2002


>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:

Nic> Would a new gij (or a new option handler for the gcj tool) be
Nic> useful?

Rewriting the option parsing in gij would be good.  Ideally it would
be Sun-compatible but also comply with the GNU coding standards (i.e.,
--help and --version already work correctly).

In what ways are we not compatible?

One thing we had planned but never implemented was to push some of the
actual parsing code into the invocation API, as required by the JNI
spec.  It would be nice to do that; have gij parse the options and
then pass them on to the invocation API somehow.  (Whether this is
fully feasible I don't know.)

Tom



More information about the Java mailing list