为什么我总是出错啊?
public class Text
{
public static void main(String [] args)
{
system.out.printIn("hello");
}
}
我照书上写的,命令提示符中总是提示:
Text.java:5:package system does not exist
system.out.printIn("hello");
^
1 error
参考答案:尝试重新启动计算机看看~
public class Text
{
public static void main(String [] args)
{
system.out.printIn("hello");
}
}
我照书上写的,命令提示符中总是提示:
Text.java:5:package system does not exist
system.out.printIn("hello");
^
1 error
参考答案:尝试重新启动计算机看看~