【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

新安装的MyEclipse,进行新的工作空间配置步骤

1、windows --> Preferences --> General --> Workspace --> UTF-8 

    (在该工作空间下创建的项目的编码方式是UTF-8,创建的所有文件都是UTF-8)

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

2、windows --> Preferences --> General --> Editors-> File Associations  

-->File types找到*.jsp 点击Add --> Associated editors中找到MyEclipse JSP Editor(...)选中Default默认

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

3、windows --> Preferences --> 搜索jsp(Files and Editors下) --> ISO 10646/Unicode(UTF-8)

     (创建jsp的编码方式默认UTF-8)

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

4、windows --> Preferences --> Java --> Installed JREs --> Add自己的jdk版本(Standard VM) --> remove原来的jdk

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

5、Tomcat
    1、关闭原有的Tomcat连接,在myeclipse的javaweb视图下的server中右键Myeclipse自带Tomcat,

    选中Configure Server Connector,选择Disable点OK。(或者右上角找到视图菜单隐藏)

【使用指南】MyEclipse部署配置(Myeclipse2016 CI 7为例)

    2、windows --> Preferences --> 搜索Tomcat --> 选中版本如何Tomcat 7.x 

         JDK选择配置的JDK,Launch 选择Run mode (启动为run形式),配置Tomcat。(或者右上角找到视图菜单隐藏)

6、windows --> Preferences --> General --> Startup and Shutdown --> MyEclipse Derby(去掉勾选) --> 重启

7、如果你是win7系统,还要修改字体:
    第一步:C:\Windows\Fonts,找到Courier New,鼠标右键-->显示
    第二步:Ceneral --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Edit,选择Courier New字体
8、使用myeclipse被禁用的类