This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ 3.2 for Win32: Updated Snapshot
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java at gcc dot gnu dot org
- Cc: mingw-users at lists dot sourceforge dot net
- Date: Fri, 13 Dec 2002 15:18:15 +0530
- Subject: Re: GCJ 3.2 for Win32: Updated Snapshot
- References: <at4sel$oha$1@main.gmane.org> <at50d9$fa5$1@main.gmane.org>
Ranjit Mathew wrote:
gcj --classpath=./swt.jar --main=HelloSWT HelloSWT.java -L. -lswt
You need to give the -mwindows option as well if you don't want
a console to be attached with your GUI application (normally you
don't). So the command line would look like:
gcj -mwindows --classpath=./swt.jar --main=HelloSWT HelloSWT.java -L. -lswt
Sorry for the oversight.
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/