You're trying to perform statements outside of a method. This is only allowed for same-line initialization.
Also, by default Java declares variables inside classes as instance fields, not static so...