楼主,你只是搞了一个类出来,并没有new 一个对象,而且你也没有主函数,这样的话怎么执行呢! 一下是饿帮你改的代码--->- public class MainTest2 {
- static {
- System.out.print("hello world");
- System.exit(0);
- }
- public static void main(String[] args) {
- new MainTest2();
- }
- }
复制代码 还有就是 import java.util.*; 这一行代码可以去掉,用不到那个包里面的东西。下面是运行结果--->
hello world
希望可以帮到楼主、、、
The you smile until forever 、、、、、、、、、、、、、、、、、、、、、
|