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] |
Tom Tromey wrote: > Eric> I have set the LD_LIBRARY_PATH variable (although I don't think > Eric> that matters with the "System.load" command, does it?). > > Yes, it does. It shouldn't. System.load() opens a library with an explicit pathname, so LD_LIBRARY_PATH doesn't matter. regards [ bryce ]
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |