[Patch][RFC] Introduction of gnu.classpath.SystemProperties

Tom Tromey tromey@redhat.com
Sun Apr 24 20:15:00 GMT 2005


>>>>> "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



More information about the Java-patches mailing list