Home  >  Article  >  Java  >  How to run eclipse after importing it

How to run eclipse after importing it

藏色散人
藏色散人Original
2019-08-26 10:31:539603browse

How to run eclipse after importing it

How to run eclipse after importing it?

The steps for Eclipse to import and run the written files are as follows:

1. Create a new Java project. Open Eclipse, click File, select New, click Java Project, enter the project name in the pop-up dialog box;

2. Right-click the src folder in the new project, select Import, and click under the General folder ExistingProjects into Workspace;

3. Click Browse in the pop-up dialog box, select the file to be imported, and click Finish;

4. Right-click the imported file, select Run As, and click Java Application;

5. This completes the steps of importing the written file into Eclipse and running it.

Recommended: [Java Tutorial]

The above is the detailed content of How to run eclipse after importing it. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn