This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |