Hello. I was making a Java application,when,suddenly,Eclipse didn't accept my System.out.println();
I then made a simple 'Hello World!' application to demonstrate.
public class main { System.out.println("Hello planet!"); }
Any help will be greatly appreciated.
EDIT: I found out why it isnt working now. I forgot to make the 'main' method.