Basic usage of Eclipse
installation, view introduction, basic configuration (encoding,JRE, encoding level, font)
Create project: Import Export project, auto compile, display line number, run, build constructor,getter/sertter/tostring, Format
1.added or displayed view (for example, display console console)
Set
2. Set encoding (recommended use of utf-8, if inconsistent use, may cause garbled)
Widows-------Preferences
3. Set The JRE, you can set multiple (note set to jdk, so you can associate the source code)
======================================== Upper Slice split ==================================================
4. Set the equal width font
====================================================================================================
If there is no equal width font, please bring up the equal width font in the control Panel, such as
5. Create a project
Create a project name
Create Package name
Create class name
Results
6, automatic compilation settings
viewing in the work space
7, set the line number
8. Copy the Project
9. Delete Items
Import Project
One, the item appears red or?
How to solve
12. Run
Or
generate constructors,getter/sertter/tostring
========================================================================================================
=========================================================================================================
=====================================================================================================
format
===================================================================================================
15. multiple projects have the same class, easy to open the class to develop, how to avoid multiple projects between
Close unwanted items, and note that only the tools are closed, and there is still work space. To open, double-click the item
Manage the same project according to the project name group
You can also drag other items to the working set, which does not exist in the folder.
Hide Items
=======================================================================================
==========================================================================================
To view hidden items
Delete Item
if deleted by mistake,Ctrl + Z
If the file is deleted by mistake
Note that there is a certain amount of recovery, and once the tool is closed, it cannot be restored.
Basic usage of Eclipse