public class HelloWorld{
public static void main(String[] args) {
System.out.println("hobby!");
}
还是显示错误
你的文件名 是 HelloWorld.java 吗?