In the fourth edition of Java programming ideas need to use Net.mindview.util package, you can go directly to http://www.mindviewinc.com/TIJ4/CodeInstructions.html to download, and follow the action on your page. Of course, I can download the following link directly, download the jar package directly, you can import and use:
Net.mindview.util Package: Baidu Network disk: Click Download Password: GGPI
Java Programming thought Fourth edition Source: Baidu Network disk: Click Download Password: ur3e
Let me briefly describe the process of importing and using source code in eclipse:
1. Create a new JAVA project with the project name free
2. Create a new folder under the project directory, name Lib (name optional)
3. Copy and paste the downloaded Net.mindview.util jar package into lib (paste directly in eclipse)
4. Right click on Net.jar, add path, see
Results after the addition:
5. Unzip the thinking in Java source package, click on the folder you want, copy the Java files inside the Eclipse src (do not build the package, directly use the default packages), can be more than one copy at a time, there may be errors, The biggest possibility is that some Java files are not imported, see what is missing in the class, direct import on it.
Inside the Enumorder.java error, view source code is because the Spiciness.java file is not imported, it can find a copy. If you can, just copy the file of a folder directly to SRC, so there is no case of some class.
OK, this is thinking in Java source code use, I introduced here.
Java programming ideas in the fourth edition of Net.mindview.util package download, and the source of simple import use