MyEclipse 2014 配置与优化设置.docx_第1页
MyEclipse 2014 配置与优化设置.docx_第2页
MyEclipse 2014 配置与优化设置.docx_第3页
MyEclipse 2014 配置与优化设置.docx_第4页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

MyEclipse 2014优化设置1. 指定本机java环境Windows-preferences-java-Insetallel JREs右侧 单击ADD standard VM-Next -Directory-Finash点选 新增jre环境-点击OK2. 更换背景颜色 个人感觉白色比较刺激眼睛 可选择性更换Windows-preferences-General-Editors-Text Editors右侧左下方 选中 Background color后, 单击 System default选项框后, 点击color 选择颜色后 -OK3. 取消servers中myeclipse自带的tomcat 开发中常常需要到相应的 tomcat目录中查看,指定本机自带tomcat 可以更方便的操作Windows-preferences-MyEclipse-Servers-Tomcat根据个人选择指定tomcat目录 并点选上方的 radio Enable 选项-OK取消server中的tomcatWindows-preferences-MyEclipse-Servers-Integrated Sandbox-Myeclipse Tomcat 6 点击disable4. 取消自动validation 有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下!取消方法:windows-perferences-myeclipse-validation除开Manual下面的复选框全部选中之外,其他全部不选手工验证方法:在要验证的文件上,单击鼠标右键-myeclipse-run validation5. 取消Eclipse拼写检查拼写检查会给我们带来不少的麻烦,我们的方法命名都会是单词的缩写,他也会提示有错,所以最好去掉,没有多大的用处windows-perferences-general-editors-Text Editors-spelling点击enable spell check6. jsp /xml /htmlwindows-perferences-general-editors-file associations在下方选择一种编辑器,我选择的是 myeclipse jsp/xml/html editor 然后点击左边的default按钮7. 取消Maven更新(启动更新)Window Preferences Myeclipse Maven4Myeclipse 禁用Download repository index updates on startup8. 修改jsp文件内容的编码window-Preferences -myeclipse-Files and Editors-jsp9. hovers javascript hovers (鼠标悬停提示关闭) 鼠标悬停提示关闭Windowpreference Myeclipse Files and Editors javascript edit 选中Hover 去掉勾选Combined Hovejava : Windowpreference javaEditorHovers 去掉勾选Combined Hover Bug模式调试 勾选上Variable Values10. 修改新建文件java/js/html/properties文件编码window-Preferences - General-Content Type把下面的Default Character Set的值改成UTF-811. 个人习惯:Window - Preferences - General - Workspace,文字编码改为UTF-8。12. 修改右键windows Customize Perspective 选项13. myeclipse 内存溢出打开MyEclipse目录下的myeclipse.ini文件 在后面修改下面几个属性-vmargs-Xms512m ( JAVA能够分配的内存)-Xmx512m ( JAVA能够分配的最大内存)-XX:PermSize=512M (非堆内存初始值)-XX:MaxPermSize=512M (非堆内存最大值)-XX:ReservedCodeCacheSize=64m (eclipse缓存)14. jquery.js - 鼠标右键 - MyEclipse - manage validation - 左面点击 - Excluded resources - 找到jquery.js - 打上钩 - apply15. 根据个人情况修改myeclipse的启动项windowsperferencesgeneralstartup and shutdown16. derby 关闭在MyEclipse安装目录下打开 搜索derby找到com.genuitec.eclipse.derby,11.0.0.me201211281531,plugins/com.genuitec.eclipse.derby_11.0.0.me201211281531.jar,4,false 把它注释掉即(#com.genuitec.eclipse.derby,11.0.0.me201211281531,plugins/com.17. 启动功能介绍和样例(红色为需要保留的文件,此为本人样例,请按需选择)1AutomaticUpdatesScheduler/自动升级调度2MyEclipseQuickSetup/快速启动3MyEclipseDerby/derby是一个开源数据库的名字4MyEclipseEASIEGeronimo1/同色都是应用服务器的名字5MyEclipseEASIEGeronimo26MyEclipseEASIEJBOSS27MyEclipseEASIEJBOSS38MyEclipseEASIEJBOSS49MyEclipseEASIEJBOSS510MyEclipseEASIEJBOSS11MyEclipseEASIEJetty412MyEclipseEASIEJetty513MyEclipseEASIEJetty614MyEclipseEASIEJetty15MyEclipseEASIEJOnAS316MyEclipseEASIEJOnAS417MyEclipseEASIEJOnAS18MyEclipseEASIEJRun419MyEclipseEASIEJRun20MyEclipseEASIEOracle10AS21MyEclipseEASIEOracle9AS22MyEclipseEASIEOracleAS23MyEclipseEASIEOrion124MyEclipseEASIEOrion225MyEclipseEASIEResin226MyEclipseEASIEResin327MyEclipseEASIEResin28MyEclipseEASIESun8.x29MyEclipseEASIESun830MyEclipseEASIESun931MyEclipseEASIEGlassfish232MyEclipseEASIEGlassfish133MyEclipseEASIESunOne34MyEclipseEASIEMyEclipseTomcat6Server35MyEclipseEASIETomcat436MyEclipseEASIETomcat537MyEclipseEASIETomcat638MyEclipseEASIETomcat39MyEclipseEASIEWebLogic1040MyEclipseEASIEWebLogic641MyEclipseEASIEWebLogic742MyEclipseEASIEWebLogic843MyEclipseEASIEWebLogic944MyEclipseEASIEWebLogic45MyEclipseEASIEWebSphere546MyEclipseEASIEWebSphere6.147MyEclipseEASIEWebSphere648MyEclipseEASIEWebSphere449MyEclipseExamples/样例50MyEclipseMemoryMonitor/内存监控51MyEclipseTapestryIntegration/插件集成52MyEclipseJSPDebugTooling/jsp调试插件53MyEclipseFileCreationWizards/文件创建程序54ICEfacesIntegrationforMyEclipse/基于Ajax的JSF开发框架()55MyEclipseBackwardCompatibility/后台功能56MyEclipsePerspectivePlug-in/透视图插件57PluseCollaborationControlCenter/Eclipse的网页管理中心58eclipse-cs4.x.x-5.0.0MigrationPlug-in/Eclipse插件兼容组件59MozillaDebugUIPlug-in(Incubation)/Mozilla调试插件(Mozilla是一款浏览器)60DynamicLanguagesToolKitCoreUI/对入PHP等动态语言支持的用户接口61WTPWebserviceUIPlug-in/Web服务视图插件62JavaServerFacesTools-Core/jsf工具核心包63Auto

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论