GCJ 3.2 for Win32: Updated Snapshot
Ranjit Mathew
rmathew@hotmail.com
Fri Dec 13 01:47:00 GMT 2002
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/
More information about the Java
mailing list