美文网首页
02 - Mac下的hello,world!

02 - Mac下的hello,world!

作者: flowerflower | 来源:发表于2017-09-23 12:43 被阅读24次

由于找老半天都没有找到Mac版本的editplus破解版,大部分都是window的,故可以下载idea进行代码编写。或者使用Sublime Text进行编写。
不过建议使用idea进行编写。idea下载链接

准备工作

1.下载jdk jdk下载链接
如果不下载 则会报

image.png

欢迎进入hello,world!

public class Test {
    //主方法:程序的入口
    public static void main(String[] args) {
        System.out.println("hello,world!");
    }
}

image.png

相关文章

网友评论

      本文标题:02 - Mac下的hello,world!

      本文链接:https://www.haomeiwen.com/subject/xjaqextx.html