Java GUI app compiled as native Windows executable?
Roman Kennke
roman@ontographics.com
Mon Feb 14 18:58:00 GMT 2005
Hi there,
I'd like to know if anybody has tried to compile a Java AWT application
as native Windows executable. I have put together a simple HelloWorld
AWT app, that compiles ok in Cygwin with
gcj --main=HelloWorld -o HelloWorld.exe -mno-cygwin HelloWorld.java
when I start it, it complains about a missing Gtk-related class from
GCP. I guess GCJ is compiled without GTK Support. Is it possible to
compile GCJ in Cygwin with GTK support? I think there is a native GTK
port for Windows out there (e.g. Gimp for Windows uses this). Has
anybody tried this and can make some recommendations?
Thank you in advance,
Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://gcc.gnu.org/pipermail/java/attachments/20050214/9029dcae/attachment.sig>
More information about the Java
mailing list