Eclipse安装插件

Eclipse中添加web dynamic project

很多Eclipse版本是不能直接新建web dynamic project的,需要从网上找插件或更新。

我的Eclipse的版本是(Version: 4.5.1)代号为Mars
版本号和代号如下图

比较方便的是在Help → Install-New-Software

选择WebXmlJava EE Development,点击next,finish,更新一段时间,重启Eclipse就能在File→New→other中找到Web及其目录下的web dynamic project了。

在Eclipse配置tomcat的时候,我发现在Eclipse—Preferences—server—Runtime Environment中,点击“Add”按钮,里面看不到tomcat的,只有个“J2EE Runtime Library”。

解决办法:

  1. Help -> Install New Software
  2. Choose “Luna - http://download.eclipse.org/releases/Luna“ site
  3. Expand “Web, XML, and Java EE Development”
  4. Check JST Server Adapters (version 3.2.2) and JST Server Adapters Extentions

参考:Eclipse

Eclipse配置文件导入和导出

导出配置

  1. 设置好workspace配置后可以将配置保存为 *.epf 文件。
  2. 进入 File -> Export ;
  3. 选择 General -> Preferences ,下一步;
  4. 选择 Export all,在 To preference file 中输入要保存的路径和文件名;
  5. Finish。

导入配置

  1. 将 *.epf 配置文件导入workspace。
  2. 进入 File -> Export ;
  3. 选择 General -> Preferences ,下一步;
  4. 选择 Import all,在 From Preference File 中选择 *.epf 文件;
  5. Finish。

Comments

Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×