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 11:05:00 -0700
- Subject: Re: load native lib (SWT) with JNI on windows
- References: <200211181822.gAIIMWX23539@mailgate5.cinetic.de>
- Reply-to: tromey at redhat dot com
>>>>> "Ingo" == Ingo Bormann <ingo.bormann@web.de> writes:
Ingo> I have also tried to specify full pathnames within cygwin
Ingo> (/home/ingo/...) or absolute (C:\cygwin\..) the error is always
Ingo> the same.
Ok.
Ingo> I assume this means I have libltdl included. Does this also mean
Ingo> there is a way to get it working with gcj 3.2?
It seems like it ought to work. I think the next step is to go in
with a debugger and find out why it isn't working. Someone with the
right tools (e.g., a Windows machine :-) will have to do that.
Tom