|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMain
Main program providing the method/entry main, always to be used to start the
application (class containing main provided as the first argument to this
Main.main method), thereby permitting an enhanced class-loader to be used.
Note that the application should work even if started the ordinary Java way
by calling main
in any class, but by always starting via this
Main class you achieve two things:
Monitor
and Condition
.
main
of
the generated application in C.
java Main mypkg.MyApp all the args
Monitor
,
Condition
,
License
Constructor Summary | |
Main()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |