首页 > 编程语言 > 详细

Options often used in javac; Terminal on mac

时间:2016-01-06 12:14:41      阅读:259      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!