You're going to run into a few other problems, but lets get the first one out of the way. The correct signature for
main is:
public static void main(String[] args) {....}
Fix that and then we can explore your future problems with this code. Report back your error(s) and you reasoning why you might be receiving them.