This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]