building SWT with more than one source file
Andrew.Ferguson@arm.com
Andrew.Ferguson@arm.com
Thu Mar 27 13:32:00 GMT 2003
>Andrew> is this the correct way to be including multiple source files?
>>It's more typical to compile each .java file to a .o and then link
>them together.
>>gcj -c foo.java
>gcj -c bar.java
>gcj --main=.. .... -lswt
that sorted it thanks!
one more question - is there any equivalent of the -Xms -Xmx flags for
setting minimum and maximum heap sizes? (or is this irrelevant?)
thanks,
Andrew
More information about the Java
mailing list