一. 设置jdk版本

  1. Window->Preferences->Java->Installed JREs,选择jdk安装目录;

  2. Window->Preferences->Java->Compiler,选择jdk版本。

二. 设置tomcat

  1. Window->Preferences->Server>Runtime Environments,选择tomcat安装目录;

  2. 如在eclipse安装了tomcat插件,则需进行以下设置:

  • Window->Preferences->Tomcat,设置tomcat版本和安装目录;
  • 通过Window->Preferences->Tomcat->Advanced,部署项目。

三. 常规设置

  1. 设置字符编码:

    Window->Preferences->General->Workspace;设置text file encoding编码为UTF-8。

  2. 设置jsp编码:

    Window->Preferences->Web->JSP Files;设置encoding编码为UTF-8。

  3. 设置字体大小和颜色

    Window->Preferences->General->Appearance->Color and Fonts;

最新文章

  1. 冲刺阶段day3
  2. adb remount 失败remount failed: Operation not permitted
  3. 《VIM-Adventures攻略》前言
  4. ASP.NET中在线用户统计
  5. Linux系统编程(4)——文件与IO之ioctl函数
  6. PHP测试题讲解(20161027)
  7. js一些重点知识总结(二)
  8. BZOJ5261 Rhyme--广义SAM+拓扑排序
  9. Mybatis测试用例
  10. easyui多图片上传+预览切换+支持IE8
  11. osg探究补充:DatabasePager类简介
  12. The open source JavaScript graphing library that powers Plotly
  13. SQLServer 比like好用的函数 charindex
  14. 推荐一些好的linux学习网站
  15. Python 字典(联合内存、联合数组)
  16. sqlvarchar后自动填充空格解决办法(SET ANSI_PADDING)
  17. 博客搬家到 http://leijun00.github.io
  18. 摄像机内参相关(3ds max)
  19. Alpha版本冲刺(九)
  20. confluence wiki 破解安装操作流程

热门文章

  1. hdu 1573 X问题【扩展中国剩余定理】
  2. C#操作高低位
  3. spring+redis 报错 org.springframework.core.serializer.support.DeserializingConverter.<init>(Ljava/lang/ClassLoader;)V
  4. Python文件将日志文件中每天的日志拿出来
  5. Educational Codeforces Round 19 B
  6. 题解报告:NYOJ #737 石子合并(一)(区间dp)
  7. JavaScript禁止键入非法值,只有这些才能被键入
  8. 原创 Repeater radio 单选和多选混合
  9. Tomcat+Jenkins+SonarQube+SVN+Maven 集成自动化环境搭建(Windows10环境下)
  10. 【转】一篇文章,教你学会Git