码迷,mamicode.com
首页 > 编程语言 > 详细

Mac terminal Javac

时间:2017-09-09 16:29:09      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:test   void   main   mac   print   stat   terminal   object   rgs   

Mac  terminal Javac

Open the Terminal‘s vim , then write them:

public class test{

 public static void main(String[] args){

 System.out.println("test");

}

}

First, to make the .class file, this is java‘s object file.

?  Desktop javac test.java 

Then run this java app.

 

?  Desktop java test test.class

test

 

Mac terminal Javac

标签:test   void   main   mac   print   stat   terminal   object   rgs   

原文地址:http://www.cnblogs.com/xiaobo-Linux/p/7498402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!