Re: toplevel file
Bryce McKinlay <[email protected]> Fri, 24 May 2013 11:28:32 +0100
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <CALUNu-pUZGTBWe20SNsST74JCrEu6TVpaRX466CGMUN2LRXBLA@mail.gmail.com> |
On Thu, May 23, 2013 at 8:15 PM, Bucher Fabio <[email protected]> wrote: > Hello > > Which is the toplevel file for the gcj compiler? If you mean "which class's main() method is called", then you specify it with the "--main" option. For example: "--main=org.my.MainClass" See: http://gcc.gnu.org/onlinedocs/gcj/Linking.html