This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Question about libiconv2.dll and gcj
- From: "Ramon Nogueira" <ramon dot nogueira at gmail dot com>
- To: Meir <umen at netvision dot net dot il>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 11 Oct 2007 01:37:45 +0200
- Subject: Re: Question about libiconv2.dll and gcj
- References: <470D54B5.80801@netvision.net.il>
I think copying the DLLs to the same directory as your exe should
work? Or there may be a library path environment variable you can set
so that Windows will look for DLLs in the msys directory.
On 10/11/07, Meir <umen@netvision.net.il> wrote:
> Hello all
> i m new to gcj i fallowed simple hello world tutorials about using and
> compiling java
> source into native , im doing it under Mingw , but when i use the exe
> created
> somewhere outside the Mingw/msys dirs it yelling that it looks for
> libiconv2.dll
> why ? how can i compile simple java to exe and run it any where in
> windows dirs?
>
> Thanks
>