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: Static executables


>>>>> "Andrzej" == Andrzej Bialecki <ab@getopt.org> writes:

>> Essentially the problem is that JNI methods are looked up by name.
>> libltdl provides a way to preload libraries for systems without
>> dynamic loading, making the name->function mapping available.

Andrzej> I'm willing to try it out, if someone could spell the command
Andrzej> line for me...

Hmm, maybe prelinking is gone.  I don't see a mention in the current
libtool manual.

I would try the RegisterNatives approach.

Tom


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