This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: load native lib (SWT) with JNI on windows
- From: Tom Tromey <tromey at redhat dot com>
- To: Ingo Bormann <ingo dot bormann at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 18 Nov 2002 13:15:35 -0700
- Subject: Re: load native lib (SWT) with JNI on windows
- References: <200211182024.gAIKOqX21524@mailgate5.cinetic.de>
- Reply-to: tromey at redhat dot com
>>>>> "Ingo" == Ingo Bormann <ingo.bormann@web.de> writes:
Ingo> Seems I have the "right tools". But when it comes to assembly I
Ingo> am absolutely not up to the task. I tried to step into
Ingo> System.loadLibrary() with gdb to figure out where gcj looks for
Ingo> the dll, but got lost in all the assembly. I don't have the
Ingo> sources for libgcj installed either, so I think I would have to
Ingo> rebuild libgcj with debug info to have a chance of finding out
Ingo> what is going on?
Yes, you'd need to rebuild with debug enabled in order to find out
what is going on.
Tom