For some unknown reason, when writing System.out.println, neither the IDE nor the console compilation will recognize the println command, just like just print. It happened suddenly, just a week ago, everything was OK. I read a book on Java and do not quite understand what the problem is.
public class TestClass { System.out.println("Something"); }