[Top] [Contents] [Index] [ ? ]

Footnotes

(1)

The linker by default looks for a global function named main. Since Java does not have global functions, and a collection of Java classes may have more than one class with a main method, you need to let the linker know which of those main methods it should invoke when starting the application.



This document was generated by GCC Administrator on February, 22 2002 using texi2html