怎么看myeclipse的工作空间

2025-12-25 08:28:44
推荐回答(1个)
回答1:

修改如下配置文件,可以解决该问题:"D:\ProgramFiles\Genuitec_\MyEclipse . \configuration\config.ini"该目录为MyEclipse的安装根目录下configuration目录下的config.ini文件。使用EditPlus或者notepad打开该文件如下所示:#GeneratedbyPulseatFriMay : : CST #FriMay : : CST com.genuitec.pulse.client.handshake.id=c bf e -fed - c- e - e f acorg.eclipse.update.reconcile=falseeclipse.p .profile=com.poweredbypulse.profile- -rb- - osgi.instance.area.default=@user.home/Workspaces/MyEclipse . osgi.framework=file\:../Common/plugins/org.eclipse.osgi_ . . .R x_v .jarcom.genuitec.pulse.client.credentials=cTOb s f UXTnmnso/ saVlZNcsVYnKlA cjOHZSvYRFZ Xo oQqBXZqPm+A+H OLrKa KQnubyZyGnsvnFebj Y NRNStATKJtB itGImSAf bTK+ WwSeLTOxHBkhX DWm aSmu auXFH kzlg AtN vblt Lx RrzgU \=osgi.splashLocation=D\:\\ProgramFiles\\Genuitec_\\Common\\plugins\\com.genuitec.myeclipse.product _ . . .me \\splash.bmpcom.genuitec.pulse.client.blueprint.id=rmb- com.genuitec.pulse.common.server.url=https\://\: osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_ . . .v .jar@ \:startorg.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.infoeclipse.product=com.genuitec.myeclipse.product .ideosgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product eclipse.p .data.area=file\:/C\:/ProgramFiles/Genuitec/Common/configuration/osgi.bundles.defaultStartLevel= osgi.framework.extensions=com.genuitec.pulse.client.basedir.location.override=C\:\\ProgramFiles\\Genuitec大概在第 行有如下内容:osgi.instance.area.default=@user.home/Workspaces/MyEclipse . 将其修改为:osgi.instance.area.default=E\:\\Workspaces\\MyEclipse其中E:\Workspaces\MyEclipse为期望的默认加载工作空间但在ini文件需要写成E\:\\Workspaces\\MyEclipse保存重启!over