Home  >  Article  >  Java  >  Download the net.mindview.util package in the 2018 New Java Programming Thoughts Fourth Edition

Download the net.mindview.util package in the 2018 New Java Programming Thoughts Fourth Edition

php是最好的语言
php是最好的语言Original
2018-08-06 11:50:125830browse

When I was studying "Java Programming Thoughts", I was suffering from the inability to use import static net.mindview.util.Print.*; to use print for output, so I checked other people's methods on the Internet, and then I followed togeek's instructions and it succeeded. , but then I discovered a simpler method, which simply omitted the following steps. I hope it helps everyone!

First of all, you need to download the file that the author asked you to download. After completion, unzip it!

Here is xia

In the fourth edition of Java Programming Thoughts, you need to use the net.mindview.util package. You can download it directly from the link below. You can download the JAR package directly. Import and use:

Net.mindview.util package:

                  Link: https://pan.baidu.com/s/1MIQlagYK6-7MGvs_yYiWaA Password: ktrw

java Programming Thoughts Fourth Edition source code:

                Link: https://pan.baidu.com/s/1ER4ACbFtV2Zx11zqCb5OZA Password: z3rl

After everyone downloads it, the first file is net .jar

Everyone open your own eclipse, right-click on your newly created project (that is, the project you want to open the thining in.java code) and open:

Build path (B)

After opening this, open:

Configure build path (C)

Download the net.mindview.util package in the 2018 New Java Programming Thoughts Fourth Edition

Follow the instructions in the picture to open the library----->Add After external JAR

, find the net.jar file you downloaded in the file, click Apply in the lower right corner, and then click OK and it’s ok!

After that, you can copy the decompressed java code to the src of the project you built!

In addition, if you want to use print for output, you can use this method to add the net.jar file and you can use this!

Related articles:

JAVA Programming Thoughts---11.5 List, 11.6 Iterator

Summary of Java Programming Thoughts

The above is the detailed content of Download the net.mindview.util package in the 2018 New Java Programming Thoughts Fourth Edition. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn