Intellij IDEA Tutorial (nine) IDEA project into Eclipse

A. Import project

Open idea, choose Import Project
Here Insert Picture Description
Gets click File - New - Project from Existing Source
Here Insert Picture Description
Select items to be imported eclipse
Here Insert Picture Description

Here select import project from external model

  • If you select Create project from existing sources: the idea that you can only import projects created using source code
  • If you choose Import project from external model: then you can import projects created Eclipse / Flash Builder, etc. These projects will be the success of the project file is transferred idea

Here Insert Picture Description

Here Insert Picture Description

Here Insert Picture Description

Here Insert Picture Description
Then select jdk, click finish, to complete the import.
Here Insert Picture Description
Wait compiled.
Here Insert Picture Description

II. Configuration Item

Click File - Project Structure
Here Insert Picture Description
here by default on the line, take a look at the path is correct
Here Insert Picture Description
select jdk
Here Insert Picture Description
Add the jar package
Here Insert Picture Description
added to the jar package dependencies.
Here Insert Picture Description
Just select the module to import
Here Insert Picture Description
select Facets, and then click the plus sign and select Web
Here Insert Picture Description

Here Insert Picture Description
Just select the module to import Click OK
Here Insert Picture Description
Click the Edit button, and modify the web.xml webapp directory
Here Insert Picture Description
to see the path is correct, click OK
Here Insert Picture Description
to select Artifacts - Web Application Exploded - From Modules
Here Insert Picture Description
Click OK
Here Insert Picture Description
Click OK to complete the configuration.
Here Insert Picture Description

Configuring tomcat

Tomcat configuration and start the project reference links: Intellij IDEA Tutorial (c) Tomcat installation and configuration .

Published 75 original articles · won praise 44 · views 510 000 +

Guess you like

Origin blog.csdn.net/u013254183/article/details/105328881