Module org.jpo
Package org.jpo

Class Main

java.lang.Object
org.jpo.Main

public class Main extends Object
The first class to be started to get the JPO application going.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      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: