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

Options often used in javac; Terminal on mac

2016-01-06 04:46 471 查看
Some notes when following UCB's CS61B

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

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

-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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: