your class which has the main method should have exactly the samename wint your .java filepublic class HelloWorld{public static void main(String[] args){System.out.println("Hello world");}}should be saved as HelloWorld.java