资源描述:
《intellij_idea_java web项目配置说明》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、JavaIDE编辑器------IntelliJIDEA使用基础篇 先废话几句,大凡是 Java 开发者都知道 Eclipse 集成开发编辑器,也都会使用。但 IntelliJ IDEA 呢?!我估计,一部分人没听说过,一部分人知道但没有用过。所以,我在这里写一篇怎么使用 IDEA 来建立一个 Java Web 项目。 废话完毕!以下为图文并茂具体内容: 我是首先在D盘下创建一个名叫 ideademo 的文件夹,准备把项目放在这个目录。哥们,你也跟着造一个吧!打开你的 IDEA 编辑器,选择菜单栏的第
2、一个菜单 File--> New Project,如下图:然后,就是点击按钮 Next >otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommit
3、teeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand如上图,Project files location 选择项目
4、文件的位置,就选择刚建立的文件夹ideademo ,给项目起个名字叫 ideaProject 填到 Name所在的选项框里,另外Project file fortmat 选项我选的是 .ipr (file based) 选项。接着,继续下一步,如图:otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Star
5、tingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecord
6、eroftheCountypartyCommitteeSecretary,Ministersand上面这个图所说的是,建立项目源文件目录为 src ,没别的继续下一步,如下图:otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNo
7、rthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,
8、Ministersand记得在左侧复选框里选上 Web Application 那个勾,因为要开发 Java Web 项目是必要的,他会给你生成 web.xml 文件,右边可以选择 JavaEE 版本,我选择 Version: 2.5 ,点击 Finish 就完了,剩下的是让项目运行起来了!注意:中途如果要你选择 JDK, 你就选择一下你的 JDK 安装目录。下图是建立后