The eclipse of the Java jdk (configuration-free environment) installation tutorial, effective pro-test! ! !

	一说到程序的安装,可能大多数人会认为这个好难,需要配置环境,好麻烦。其实如果你不用cmd的命令从事专业事务,**只是单纯的写Java程序,其实大可不必去麻烦的配置**,当然配置了功能更全。

The following is no need to configure the installation tutorial:

	1.https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  1. The first landing URL, go to the official website to download Java JDK file, click on the consent agreement, choose their own computer-related version. Note (must first install JDK, install Eclipse, otherwise an error may occur), if an error occurs, the easiest way to unload heavy equipment only, so be sure to pay attention to the order of installation.
    Here Insert Picture Description
    Because Quguan network login account need to register to download, here the author himself is just great window64 bit jdk8 version Share
    link: https://pan.baidu.com/s/1hW9i4B19yDugwB5tvGdSiQ
    extraction code: 86rf
  2. After downloading the software, double-click, pop-up screen, click Next.
    Here Insert Picture Description
  3. The following figure pops up, change the file path, create an empty folder named Java in the other letter, the jdk installation file, click Next . (Arbitrarily named best English)Here Insert Picture Description
  4. Another pop-up interface, change the file path, this file is jre installation location must be an empty folder named best in English . It created an empty folder named Java installation files directly in the jdk installation folder.Here Insert Picture Description
  5. If the installation is no problem, the following interface will pop up.Here Insert Picture Description
  6. Finally, the installation was successful, click Close.Here Insert Picture Description
  7. Go to the official website to download eclipse, do not click on the orange download, click on the left below the download package
    https://www.eclipse.org/downloads/
    Here Insert Picture Description
  8. Because it is outside the network, it may be a little slow to load, then the following interface will pop up, choose their own computer the appropriate version of the package, I chose the following 64-bit systems.Here Insert Picture Description
  9. Then the following interface will pop up, choose orange button below to download the compressed packageHere Insert Picture Description
  10. Under Path After downloading, unzip the archive file to install the Java jdk before, there will be an eclipse folder, and then open the folder eclipse, there will be a software icon, you can double-click to run.Here Insert Picture Description
    Here Insert Picture Description
  11. That installation is successful, then will pop up a Java program stored path, make changes, it stored directly to the eclipse folder

Here Insert Picture DescriptionHere Insert Picture DescriptionHere Insert Picture Description

  1. After you click File, click new, click Java Project, name (in English) to fill packages, click finish, and then click on the icon of Figure 2, as followsHere Insert Picture DescriptionHere Insert Picture Description
  2. Following interface will appear, click src, right-click on the new, then click on the class
    Here Insert Picture DescriptionHere Insert Picture Description
  3. The first Java program last seen.Here Insert Picture Description
  4. La La weave said a lot, if inadequate, correct me please leave a message.

Guess you like

Origin blog.csdn.net/ghan110/article/details/90764790