We want to supply players with executable code for Windows (eg HopRun.exe) instead of Java code and need a native Java compiler to obtain the executable. Does anyone know of a suitable one? We're experimenting with one in MinGW freeware, run under Msys, but cannot overcome the compile error :
$ gcj --main=Test Test.java C:\msys\1.0\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -liconv collect2: ld returned 1 exit status
Thanks in advance for any help or advice. Ares |