下面是引用lolomimi於2005-02-3 16:35發表的 :
// Welcome.java: This application program prints Test to Java!
public class Test {
public static void main(String[] args) {
system.out.println("Test to Java!");
}
}
why i cannot display
the source code is correctly, so I think that maybe your .java file name was different from "Test.java".
Of caurse, perhaps it's have another reasons, could you show the error message for us to read?
My english is very bad, if you couldn't understand what I said, please forgive me.