This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
[Windows]: Howto omit console-window popup?
- From: Clemens Eisserer <linuxhippy at web dot de>
- To: java at gcc dot gnu dot org
- Date: Mon, 18 Oct 2004 19:22:51 +0200
- Subject: [Windows]: Howto omit console-window popup?
Hi there!
I am currently developing a fat-client version of an mid-size (180
classes) applet.
I use SWT as drawing layer and lwvcl as lightweight api (www.lwvcl.com
-> really great for developing applet + webstart + GCJ apps because
applet + webstart do not need native dlls -> nearly as powerful as swing
but very small), however each time I open the executable windows opens a
console with no output at all.
Any ideas how this console can be ommited?
Thanks a lot, lg Clemens Eisserer
PS: GCJ is great!