java.lang.Object
org.jpo.Main
The first class to be started to get the JPO application going.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method is the entry point for this application (or any) Java application. No parameter passing is used in the Jpo application. It checks if the most important classes can be loaded and then posts the ApplicationStartupRequest.- Parameters:
args
- The command line arguments- See Also:
-