This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: input line is too long
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 31 Dec 2002 09:17:27 -0700
- Subject: Re: input line is too long
- References: <POEIJGMGPFPGFHAGKFHAIEHCCDAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> If the lookup fails, we could ask natruntime.cc to continue
Erik> querying, but then from the executable's own symbols and try to
Erik> resolve the JNI symbol's address from there?
We already do this when possible.
See Runtime.init().
Tom