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


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

 


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