This is the mail archive of the java-patches@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: [Patch][RFC] Introduction of gnu.classpath.SystemProperties


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> Don't try this at home. It breaks handling of JNI
Michael> libraries. Its not possible to execute AWT apps with gij when
Michael> this patch is applied. I`m investigating it but I'm happy
Michael> with every input you can give.

The bug is that Runtime.init() is no longer being called.
This method initializes libltdl and must be called before any dlopen
attempts are made.

Tom


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