because you don't have a main method.
your method public static void main(String args) is not a main method for java,
java's main method should accept a parameter of String array not a String....