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: building SWT with more than one source file


>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



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