MyEclipse相关

    技术2022-05-19  75

    Eclipse字符集

    Window->Preferences->General->Content Types->Default encoding

     

    Window->Preferences->Editors->Text Editors->Spelling Encoding

     

    Window->Preferences->General->Workspace->Text file encoding

     

    关于MyEclipse的优化管理:

    关闭无用的加载模块

    Window>Preferences>General>StartupandyShutdown在这里列出的是MyEclipse启动时加载的模块

    关闭MyEclipse的自动validation

    windows>perferences>myeclipse>validation

    将Build下全部勾取消,如果你需要验证某个文件的时候,我们可以单独去验证它。方法是:在需要验证的文件上(右键->MyEclipse->RunValidation。

    使用JRockit作为Eclipse的JavaVM

    Eclipse启动参数,指定eclipse启动时使用的jre"E:/MyEclipse8.0/MyEclipseBlueEdition8.0GA /myeclipse-blue.exe"-vmE:/JRockit/jrrt-3.1.2-1.6.0/bin/javaw.exe-vmargs-Xms256m-Xmx512m 在Eclipse里面,Window>Preferences,然后选择Java>InstalledJREs添加JRockit,并设置为默认。这样,就可以用JRockit来编译项目了。

    关闭自动更新

    1.window->Perferences->General->StartupandShutdown勾掉AutomaticUpdatesScheduler(自动更新调度程序) 2.window->Perferences->MyEclipse->Maven4MyEclipse勾上EnableMaven4MyEclipsefeatrures;确定关闭窗口;该步骤是为了显示第3步中的Maven节点 3.window->Perferences->MyEclipse->Maven4MyEclipse–>Maven 勾掉Downloadrepositoryindexupdatesonstartup。MyEclipse8.5 SVN开发环境配置后性能优化成功。

    4. Windows –> Perferences–> Install/Update -> Automatic Updates 不勾选"Automatically find new updates and notify me"

    5. Windows –> Perferences–> MyEclipse... -> Community Essentials   不勾选"Search for new features at startup"

    MyEclipse8.5性能优化修改MyEclipse安装目录的myeclipse.ini文件,加大JVM的非堆内存

    显示内存使用情况

    myeclipse-->utilties-->show heap status

    关闭updating index

    Window => Preferences => Myeclipse Enterprise Workbench => Maven4Myeclipse => Maven=>禁用Download repository index updates on startup

    (上面这些有很多已经在新版本里不对了,很多网友不太负责任,我自己找到了再改吧)

     

     

    SVN安装

    link安装 安装subclipse, MyEclipse8.5 SVN插件 1、从官网下载site-1.6.17.zip文件,网址是:subclipse.tigris.org, 2、从中解压出features与 plugins文件夹,复制到E:/MyEclipse/myPlugin/svn里面,其它的*.xml文件不要。 3、在 E:/MyEclipse/MyEclipse8.5/dropins下新建文件svn.link,内容是:path=E://MyEclipse //myPlugin//svn保存。

    4、删除features 与 plugins两个文件夹中的org.tigris.subversion.subclipse.mylyn_3.0.0.jar 5、删除E:/MyEclipse/MyEclipse8.5/configuration /org.eclipse.update文件夹,否则会出错。 6、重启myeclipse就一切正常了。

     

    修改默认工作空间

    修改MyEclipse8安装目录/configuration/config.ini文件,在此文件中添加或编辑: osgi.instance.area.default=file/:/D/:/dev_root/projects/workspace(指定workspace)

     

    用记事本打开"/eclipse/configuration/.settings/org.eclipse.ui.ide.prefs", 将"SHOW_WORKSPACE_SELECTION_DIALOG"的值改为"true"; 启动后几会出现Workspace Launcher对话框


    最新回复(0)