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: Problems using the GCJ interpreter


To get HelloSWT.exe 1.0MB zipped, I had to run the command below first

strip HelloSWT.exe -o HelloSWT.exe

Perhaps there is a gcj option which makes the strip step unecessary.

Yes, just pass the "-s" flag to gcj:


gcj -s --main=HelloWorld HelloWorld.java

Ranjit.

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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