开始学java,第一个程序出错,搞不懂,求助
程序代码:
public class Hello{
public static void main(String[] args){
System.out.println("haha,我在学java");
}
}javac Hello.java正常,但是java Hello就不行了,出现一大串字符,看不懂,最后一行是(怎么发截图啊,一大串字符):
Could not find the main class:Hello. Program will exit.
求助……谢









