Use of Eclipse

Source: Internet
Author: User

Similar to the three-tier directory structure of the database system, the IDE generally logically has a three-layer directory structure: the workspace (or solution)-"Engineering-" file.

Create workspace:

For Eclipse, you must first create a directory as a directory of Workspace, select: file-"Switch workspace-" other, and then create a new directory, You can then create engineering project under this workspace directory.

You need to manually switch the current workspace, file-switch Workspace, to select a directory as the current workspace.

Each workspace corresponds to a parent directory, and each project in the workspace corresponds to a subdirectory of the parent directory.

Delete a workspace

The Eclipse workspace information is primarily stored in the Configuration/.settings/org.eclipse.ui.ide.prefs file, and is deleted in the following ways:

1 delete the specified workspace directory

2 Modifying the Configuration/.settings/org.eclipse.ui.ide.prefs file under the Eclipse program directory

Modify the line to begin with recent_workspaces=, remove the directory path of the deleted workspace space.

For example:

Recent_workspaces=e/://studyjsp/ne/://test/ne/://zonghe/ne/://myeclipse
Modified to:
Recent_workspaces=e/://studyjsp/ne/://zonghe/ne/://myeclipse

Use of Eclipse

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.