您的位置:首页 > 编程语言 > Java开发

写的第一个java程序。

2007-06-07 15:20 323 查看
其实接触java已经快3,4个月了。之前全是在接触老大框架方面的东东,基础的东东,什么都不知道。
今天上网找了份教程:java JDK 6学习笔记
照着他的源程序写抄了份。

import java.util.Date;

public class NowTime{
    public static void main(String[] args) {
       Date date = new Date();
      System.out.println(date.toString());
    }
}

但是我有热键:shift + alt + d + j. 结果提示:
This kind of launch is configured to open the Debug perspective when it suspends.

This Debug perspective is designed to support application debugging, It incorporates views for displaying the debug stack, Veriables and breakpoint management.

Do you want to open this perspective now?

Remember my decision

yes / no

不知道是为什么。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息