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

Options often used in javac; Terminal on mac

时间:2016-01-06 12:15:29      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:notes

Some notes when following UCB‘s CS61B


Here I list some options that may be often used in javac( to be continued):


  1. specify a directory where .class will be put:   -d  Set the destination directory for class files. The directory must already exist; javac will not create it

  2. -g

    Generate all debugging information, including local variables. By default, only line number and source file information is generated


Terminal on Mac:


cd 

cd ..

ls


Options often used in javac; Terminal on mac

标签:notes

原文地址:http://hoooga.blog.51cto.com/9072770/1731912

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