<新手求助>如何有Visual studio2008编译这个hello程序
public class MyFirstApp{public static void main(String[] args){
System.out.println("hello!!!!");
}
}
我把上面的这段代码命名成了hello.java文件,怎么编译啊.
2009-08-16 12:35
2009-08-16 17:30
2009-08-16 17:55