I would advise not having a class called Main. This is not a good thing to do because the main method is what the JVM uses to execute applications. I would then never have a variable called main...