The Error is due to your definition of the main method.
Solution :
public static void main(String[] args)
public static void main(java.lang.String[] args)
If it's wrong, verify your package Day2.