Win10 the configuration of Eclipse
----made by siwuxie095
1, must first configure the Java environment "JDK download, installation and environment variable configuration, transfer array: Click to start the transfer"
2, download eclipse, as of 2016/12/8, the official website of the latest version number is: Eclipse Neon website Transmission array: Click Start Transfer Selection is the compression package, decompression can be used, not exe online installation. When selecting these compressed packages, it is best to choose the Eclipse IDE for Java EE developers. Because this version is the most used, it is just right to meet the vast majority of Nissan's development needs. In fact, so many of the versions listed by the official snare are available for you to choose from, all of which can be done by downloading the appropriate plugin for the Eclipse IDE for Java SE developers+.
(1) Select Download Packages, that is, the compression package "NOTE: The above-mentioned website transmission array directly below the (2) on the page"
(2) The website provides you with different versions to meet your development needs (the page that the website transmits the array arrives)
(3) Select Eclipse IDE for Java EE developers,64 bit. Because my computer is win10 x64.
(4) You can click directly eclipse-jee-neon-1a-win32-x86_64.zip, to download, or to select the mirror station to download, but the best choice is the same page below the
OR Get It Faster from our members, choose one, download will be faster
3, first of the eclipse of the editing area of the color scheme (color Theme) selection, the official website transmission array: Click to start the transmission, here is recommended by many developers favored oblivion, if you like other color Theme, such as sublime, you can also download it, Download done, open eclipse,file->import->general->preferences-> find the file you downloaded->finish. All done, the editing area has become the color Theme you want.
4, next to the eclipse itself UI (that is, outside the editing area of the border) color scheme selection, the official website transmission array: Click to start the transfer, here still choose a lot of developers common favorite Moonrise UI Theme (after all, great minds), after the download is complete, Unzip into the Dropins folder in the Eclipse installation directory. Open Eclipse,window->preferences->general->appearance->theme and select Moonrise.
Post a picture preview of both of the theme applied:
5, for the above two color scheme (Theme), can also be in Eclipse, Help->eclipse Marketplace, search Theme, you can search the two Theme, download and install. Finally to
Window->preferences->appearance, set below, Color theme set to Oblivion,ui theme set to Moonrise.
6. Quick tip: In the edit area of Eclipse (when you create or already exist), right-preferences->java->editor->content Assist in the area where you are editing, in the region shown in figure (1), Except for the original point number. , plus a-Z of all the letters, confirm the save (click Apply), you can hit the code with a quick prompt for you. Right click Preferences->general->editors->text editors->spelling, select UTF-8, instead of garbled, confirm save (click Apply).
(1)
(2)
7, open Eclipse,window->preferences->general->workspace, in the location, select Other->utf-8, confirm save (click Apply).
8, open eclipse,window->preferences->java->installed JREs, choose to add the 1th step above (here is the 8th step) in the JRE, is actually the JDK installation directory, Confirm Save (click Apply).
9. Open Eclipse,window->preferences->server->runtime environments, click Add, add Tomcat server "Tomcat download, installation and environment variable configuration, Transfer array: Click Start Transfer, select the Tomcat installation directory, click Edit, select JRE, and for the JRE in step eighth above, confirm the save (click Apply).
"Made by siwuxie095"
Configuration of Eclipse