GCJ 3.2 for Win32: Updated Snapshot
Øyvind Harboe
oyvind.harboe@zylin.com
Wed Dec 11 11:37:00 GMT 2002
Q: if all I want to do is to create a monolithic .exe file from
my already compiled Java app to ease deployment, then do I need
to compile the SWT source?
Is there some simple way to rewrite my java.exe command line to
a gcj command line to produce the monolithic .exe file?
I was imagining something like:
java -classpath=swt.jar;app.jar;bar.jar com.foo.bar
=>
gcj -fjni --main=com.foo.bar swt.jar app.jar bar.jar -o bigapp.exe
Øyvind
More information about the Java
mailing list