Today we are going to learn a little trick, that is, how to configure eclipse, for you are not wrong, is to configure eclipse, why do you want to learn this? Isn't this very simple? Yes, it is simple, but the simpler things sometimes people will always ignore something, never cause loss, and today we learn this can let you configure, lifetime use! So let's have a look.
When using Eclipse for project development, in order to make the project manageable, we often use a workspace to store a project, so when we need to start a new project we need to re-set the workspace, so how to use the previous workspace configuration in a new project workspace ? Let's learn through this article together!
Tools/Materials
- Eclipse
- Java Development environment
Method/Step
In general, we do the workspace configuration, in the Window-->>preference configuration, such as:
Configure font size, such as:
Configure the coding style, the domestic general use UTF-8, such as:
Configure Mavan libraries, settings, such as:
Configure validation all uncheck to avoid unnecessary errors during the development process, such as:
The encoding style work interval for the configuration XML is UTF-8, such as:
The environment configuration of the current workspace is ready, and after a while, we need to start a new project, how to introduce the previous configuration, without having to reset it?
Export the basic workspace configuration, such as:
The new workspace imports the basic configuration, such as:
The basic configuration of the workspace is introduced here, congratulations on learning new skills!
Basic configuration of the Eclipse workspace