zoukankan      html  css  js  c++  java
  • MyEclipse 修改 默认的 工作空间(转)

    当我们用MyEclipse进行开发时,如MyEclipse 8.5,每次启动默认的工作空间为
    C:\Documents and Settings\Administrator\Workspaces\MyEclipse 8.5
    而有时我们希望在启动MyEclipse时就进入我们所设置的工作空间,其设置如下:
          修改如下配置文件,可以解决该问题:
    "D:\Program Files\MyEclipse \MyEclipse 8.5\configuration\config.ini"
         该目录为MyEclipse的安装根目录下configuration目录下的config.ini文件。使用EditPlus或者notepad打开该文件如下所示:
    #Generated by Pulse at Fri May 21 09:57:03 CST 2010 #Fri May 21 09:57:03 CST 2010 com.genuitec.pulse.client.handshake.id=c9bf19e2-fed1-409c-84e6-3e709536f6ac org.eclipse.update.reconcile=false eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452-1274341810546 osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5 osgi.framework=file\:../Common/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar com.genuitec.pulse.client.credentials=cTOb7s2f3UXTnmnso/3saVlZNcsVYnKlA1cjOHZSvYRFZ35Xo13oQqBXZqPm+A+H9OLrKa2KQnub yZyGnsvnFebj1Y3NRNStATKJtB1itGImSAf4bTK+7WwSeLTOxHBkhX0DWm02aSmu7auXFH0kzlg2 8AtN4vblt5Lx2RrzgU0\= osgi.splashLocation=D\:\\Program Files\\Genuitec_\\Common\\plugins\\com.genuitec.myeclipse.product85_8.5.0.me201003250242\\splash.bmp com.genuitec.pulse.client.blueprint.id=rmb-758596 com.genuitec.pulse.common.server.url=https\://www.poweredbypulse.com\:443 osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.100.v201003231800.jar@1\:start org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info eclipse.product=com.genuitec.myeclipse.product85.ide osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product85 eclipse.p2.data.area=file\:/C\:/Program Files/Genuitec/Common/configuration/ osgi.bundles.defaultStartLevel=4 osgi.framework.extensions= com.genuitec.pulse.client.basedir.location.override=C\:\\Program Files\\Genuitec


    大概在第6行有如下内容:
    osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5

    将其修改为:

    osgi.instance.area.default=E\:\\Workspaces\\Project
    其中E:\Workspaces\Project为期望的默认加载工作空间

    保存重启!Ok!
  • 相关阅读:
    NTP时钟服务器(卫星授时)技术让网络时间同步不再难
    视频监控系统为何需要GPS北斗授时服务器?
    如何选购GPS北斗卫星时钟同步装置?市场均价多少?
    Orange'S学习笔记(一)
    Oracle 11g中文版高清视频教程
    新书推荐:Orange'S:一个操作系统的实现
    引导扇区汇编代码解释
    灰度图转伪彩色图代码
    Visual Odometry For GPSDenied Flight And Mapping Using A Kinect
    [原创]日行一善,命运在不知不觉中改变
  • 原文地址:https://www.cnblogs.com/zhihaowang/p/10128458.html
Copyright © 2011-2022 走看看