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]

Re: GCJ 3.2 for Win32: Updated Snapshot


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/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]