In the study of "Java programming thought" when it was hard to use the import static net.mindview.util.print.*; Print output, check the online other people's practice, and then according to Togeek did really succeed, but later I found a relatively simple method, that is, simply omit the following steps, I hope that with the help of everyone!
First of all, you need to download the author requested to download the files, after the completion of the decompression ok!
It's Xia here.
In the Java programming thought Fourth edition needs to use the Net.mindview.util package, may directly i download the following link, downloads directly is the jar package, may import and use directly:
Net.mindview.util Package:
Link: Https://pan.baidu.com/s/1MIQlagYK6-7MGvs_yYiWaA Password: ktrw
Java Programming Ideas Fourth Edition Source:
Link: Https://pan.baidu.com/s/1ER4ACbFtV2Zx11zqCb5OZA Password: Z3RL
After everyone has downloaded, the first file is Net.jar
Open your Eclipse and right-click on your new project (that is, the project you want to open thining In.java code) to open:
Build Path (B)
Open this later and then open:
Configuration build Path (C)
Open Library-----> Add external jar as instructed by the picture
Then find your downloaded Net.jar file in the file, click on the application in the lower right corner, then click OK!
After that you can copy the extracted Java code to the SRC under the project you built!
In addition, if you want to print output, you can use this method to add the Net.jar file can be used this!
Related articles:
Java Programming Idea---11.5 list,11.6 iterator
Summary of Java Programming ideas