This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij and -cp/-classpath
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> Yes, the idea is to have one argument parser which can be shared by:
>
> - gij command line
> - vm_args for CNI & JNI invocation API
> - an environment variable (LIBGCJ_ARGS or some such) which sets VM
> parameters for any gcj binary
I don't understand that last part: don't *all* gcj applications have
to use the invocation API? I presumed that GCJ compiled (native) code
was wrapped with some invocation caller.
Nic