Eclipse development tools download installation configuration steps graphic tutorials

Eclipse is a powerful, open source, and free Java development tool. Correctly installing and configuring Eclipse is the first step to learning Java. The following editor will show you how to download, install and configure Eclipse correctly.

The first step: download

1. Eclispe is divided into an installation board and an installation-free version (compressed version). Here we recommend the installation-free version.

1) Download address: Click to download from the official website.
2) According to the figure, you can choose the installation version and the free installation version. If you choose the installation version, just run it directly and follow the prompts (not to repeat here), here we choose to support JavaEE Free installation version, and download Windows 64-bit.

Step 2: Unzip

1) Unzip the downloaded zip package directly to the current folder to get the eclipse folder

2) Right-click the eclipse.exe file in the eclipse folder and send it to the desktop shortcut

3) Found that there is an eclipse icon on the desktop, you can directly double-click to run

The third step: configuration

1) Double-click the desktop eclipse icon, set the workspace path, and then Ok

2) Set the editor font size

Open Window> Preferences> General >Appearances> Color And Fonts, then expand Basic, select Text Font, and click Edit

Choose 14 for the font size. If you still think it is small, you can increase it yourself, but 14 is generally just right.

Then confirm, then select Apply in the upper menu, and finally OK

3) Set the workspace encoding to UTF-8, open Window> Preferences> Workspace, select the encoding as UTF-8, then Apply and OK to save.

4) Set the jsp encoding to UTF-8, open Window> Preferences, search for jsp directly, select JSP Files, set the encoding to UTF-8, then save and exit

At this point, the installation and configuration of our Eclispe are basically complete. If you want to set some other things, such as eye protection background color, integration of Tomcat, integration of Maven, etc., you can explore it yourself!

Currently serving Java development, if you are also learning Java, Java is in the process of learning the entry has met any questions about aspects of learning, learning routes, learning efficiency, can at any time to share together: Java technology exchange which brought together Many beginners who are learning Java technology and those who are engaged in Java technology development can communicate with them at any time if they don’t understand. The skirt file contains some study manuals and interview questions that I have compiled during the time I was working on Java technology. , Development tools, PDF document book tutorial.

Guess you like

Origin blog.csdn.net/weixin_46898270/article/details/108334196