Specify the name of the main class of the application -- the class that contains the main() method. This class must be public (have the public access modifier). If the application requires any arguments, enter them in the Parameters space, one on each line. These strings will be passed to the main() method when it is invoked.