Eclipse Jee环境配置

最近下载了新的Eclipse Jee Neon版本,记录一下如何进行开发环境的配置。

 

1.下载必要的开发环境文件

①下载Java SE Development Kit (简称JDK)

②下载Tomcat

 

2.在Eclipse中对环境进行配置

①Window->Preferences->Server->Runtime Environments

 

②选择下载的Tomcat版本号,然后点Next

 

③选择安装的Tomcat和JDK

 

 3.对项目进行配置

Properties->Java Build Path->Add Library->Server Runtime

 

 以上完。

 

   

 

posted @ 2017-03-31 02:07  pcwen.top  阅读(1903)  评论(0编辑  收藏  举报
pcwen.top