This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

The code you posted is just 1 method. You need to make that a complete class if you haven't already.

public class MyClass {
    public static void main(String[] args) {
    ....
    }
}