📄 read_me.txt
字号:
In Appendix D of Beginning Java Objects, the instructions for downloading
the SRS source code talk about a file named "code.jar". As it turns out,
Wrox decided to provide the download as a "zipped" file named "4176.zip"
instead. So, please disregard all of the instructions concerning
jar files on page 631 of the book. Note that the directory diagram on
page 632 is correct, however, as are the instructions that follow the diagram.
Note that Wrox is also providing a read-only PDF version of the source
code as a separate download, as discussed in Appendix D.
Unzipping the Zip file
----------------------
When you unzip 4176.zip, make sure to specify that you want to
"Use Directory Names from Zip File" with whatever zip utility you are
using.
The Zip file contains a file named code.jar, which in turn
contains all of the source code for Beginning Java Objects. To
"install" this code, do the following:
1. Place the code.jar file in an otherwise empty directory.
2. In a DOS or Unix command window, CD to that directory, then type:
jar xvf code.jar
This assumes that you have the Java Developer's Kit installed on your
computer. If you get an error message such as: Bad command or filename
(or a Unix equivalent message), this means that you do not have it
installed properly; please see Appendix C for details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -