This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: eclipse status (summary: it looks nice)
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> We must cache the result of Runtime.(internal)loadLibrary()
Mark> somewhere.
I think that makes sense. Or do we need to support the case of
Class.forName() failing, then the user copies a .so to the right
place, and then Class.forName() is tried again? (Maybe we just need a
cache that can handle that.)
Could you submit a PR for this?
Tom