`

MyEclipse6.5 无法打开工作空间

阅读更多
问题描述:

今天碰到鬼了,上网用的好好的,下午吃完饭就打不开了!!!!

其中我有2个工作空间分别是
D\:\\Workspaces\\MyEclipse 6.5\\sitech和D\:\\Workspaces\\MyEclipse 6.5

我上班用的是D\:\\Workspaces\\MyEclipse 6.5\\sitech这个工作空间,在打开无果的情况下 我进入第二个工作空间 居然可以进去,就是sitech 的这个进不去。
后来在网上查找资料 指出 有2个文件需要改动:
1、D:\MyEclipse 6.5\eclipse\configuration\.settings  org.eclipse.ui.ide.prefs 文件
2、D:\MyEclipse 6.5\eclipse\configuration  config.ini文件


D:\MyEclipse 6.5\eclipse\configuration\.settings  org.eclipse.ui.ide.prefs 文件

#Tue Nov 09 14:36:48 CST 2010
RECENT_WORKSPACES_PROTOCOL=3
MAX_RECENT_WORKSPACES=5
SHOW_WORKSPACE_SELECTION_DIALOG=true
eclipse.preferences.version=1
RECENT_WORKSPACES=D\:\\Workspaces\\MyEclipse 6.5\\sitech\nD\:\\Workspaces\\MyEclipse 6.5



RECENT_WORKSPACES=D\:\\Workspaces\\MyEclipse 6.5\\sitech\nD\:\\Workspaces\\MyEclipse 6.5中的
D\:\\Workspaces\\MyEclipse 6.5\\sitech和D\:\\Workspaces\\MyEclipse 6.5
都是我的工作空间

D:\MyEclipse 6.5\eclipse\configuration  config.ini文件

# Eclipse runtime configuration file
# This file contains a number of key/value pairs that are merged into the 
# System properties on system startup.  The values control the way the 
# runtime is structured and runs.

# Note:  Only platform:/base/ and file: URLs are supported.  In general the 
# URLs given may include a version number (e.g., .../location_1.2.3).  
# If a version is not specified, the system binds
# to the location which matches exactly or to the versioned location with the
# latest version number.  If a version number is given then only exact matches
# are considered.

# The URL for the runtime entry point.  The default value is
# platform:/base/plugins/org.eclipse.osgi 
#osgi.framework = platform:/base/plugins/org.eclipse.osgi

# The classpath for the framework found at the osgi.framework location.  This 
# comma-separated list contains either URLs or simple element names.  Simple
# names are assumed to be relative to the framework's install directory.  
# Typically this value need not be set as it is initialized by the framework itself.
# Version match searching is not done for URLs listed here.
#osgi.frameworkClassPath =

# The comma-separated list of locations to search for the splash screen file (splash.bmp).
# For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
# The system binds to the first matching file.  There is no default value.
#osgi.splashPath = platform:/base/plugins/org.eclipse.platform
osgi.splashPath = platform:/base/../myeclipse/eclipse/plugins/com.genuitec.myeclipse.product

# The location of the splash screen file.  If this value is set at system startup it is used 
# in favour of the osgi.splashPath searching outlined above.  If the value is not set 
# the searching is done and this key is bound to the result of the search.
#osgi.splashLocation =

# The comma-separated list of bundles which are automatically installed and optionally started
# once the system is up and running.  Each entry if of the form
#     <URL | simple bundle location>[@ [<startlevel>] [":start"]]
# If the startlevel is omitted then the framework will use the default start level for the bundle.
# If the "start" tag is added then the bundle will be marked as started after being installed.
# Simple bundle locations are interepreted as relative to the framework's parent directory.
# The startlevel indicates the OSGi start level at which the bundle should run.
# If this value is not set, the system computes an appropriate default.
osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start

# The product to run.  A given Eclipse configuration may contain many products.
# The product identified will supply the branding (window icons, title bar text) etc 
# as well as define the default application to run.  
#eclipse.product=org.eclipse.sdk.ide
eclipse.product=com.genuitec.myeclipse.product.ide

# The application to run.  The value specified here is the id of the application extension
# the runtime will find, instantiate and execute once the system is up.  Note that typically 
# the identified eclipse.product defines the default application to run.
#eclipse.application=

# The default workspace location
 osgi.instance.area.default=@user.home/workspace
#osgi.instance.area.default=D\:\\Workspaces\\MyEclipse 6.5\\sitech
# The build identifier
eclipse.buildId=M20080221-1800


# End of file marker - must be here
eof=eof

以上我没有任何修改完全正确的,根本就不需要网上说的那样改这改那的。
当然这只是我遇到问题的出来结果的经验告诉我的。


我的解决办法只是:选择空间的时候别马上点击下一步,要你选择工作目录的时候  有个seting--->下面有2个选择项 , 勾上就行!!!---------------------------------------------------------

这是MyEclipse8.5 的:
osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5

这是MyEclipse6.5 的:
osgi.instance.area.default=@user.home/workspace
下面是我改后注释掉的:
#osgi.instance.area.default=D\:\\Workspaces\\MyEclipse 6.5\\sitech



更改工作空间

将其修改为:

osgi.instance.area.default=E\:\\Workspaces\\MyEclipse

  其中E:\Workspaces\MyEclipse为期望的默认加载工作空间

但在ini文件需要写成E\:\\Workspaces\\MyEclipse

保存重启!over

下面还看到这种配法,file\我没遇到过,只是看到了,如果这样也可以的话,请告诉我。
#osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5
osgi.instance.area.default=file\:/D:/workspace




分享到:
评论

相关推荐

    myEclipse6.5解决启动错误或中途崩溃自动关闭

    ### myEclipse6.5解决启动错误或中途崩溃自动关闭 在使用myEclipse6.5的过程中,可能会遇到启动失败或者在使用过程中无故崩溃自动关闭的问题。这种情况往往与Java虚拟机(JVM)配置不当有关。下面将详细介绍如何...

    MyEclipse6.5优化

    ### MyEclipse 6.5 优化技巧详解 #### 一、概述 MyEclipse是一款深受开发者喜爱的集成开发环境(IDE),它基于Eclipse平台并提供了诸多增强功能,尤其适用于Java Web应用的开发。然而,随着项目规模的扩大及功能的...

    Myeclipse6.5新建一个工作区间所要做的工作

    打开安装好的MyEclipse 6.5应用程序,如果你是首次使用,系统会提示你选择或创建一个新的工作区间。如果没有提示,可以通过以下方式手动创建: 1. 点击菜单栏上的“File”(文件)选项。 2. 选择“Switch Workspace...

    MyEclipse_6.5下配置SVN

    - 导入项目:右键点击工作空间,选择“Import”,然后选择“Version Control” -&gt; "Checkout from SVN",选取已配置的SVN连接和要导入的项目。 - 创建项目:先在本地创建新项目,然后右键点击项目,选择“Team” -...

    myEclipse6.5注册码

    1. 打开myEclipse,进入欢迎界面或任何工作空间。 2. 在菜单栏中选择“Help”&gt;“License myEclipse”,这将打开许可管理器对话框。 3. 在许可管理器中,选择“Enter License Key”,然后输入获得的注册码。 4. 完成...

    解决MyEclipse6.5无法启动,一直停留刚开始启动界面的详解

    当MyEclipse6.5无法启动,而是一直停留在刚开始的启动界面时,会对开发工作造成极大的影响。下面将详细分析并介绍解决MyEclipse6.5无法启动的问题,以及其发生的原因和相应的解决步骤。 首先,我们来分析下问题发生...

    myEclipse界面中英文对照

    在“Window—&gt;Preferences”下,myEclipse提供了丰富的设置选项,其中“General 常规”部分包含了一些基本的设置,如编辑器的外观、行为以及工作空间的设置。此外,“Ant”和“Java”等标签分别提供了针对Ant构建...

    如何修改myeclipse默认工作路径

    4. **勾选“启动时提示选择工作空间”**:在右侧界面勾选“Prompt for workspace on startup”,这样每次启动MyEclipse时都会提示用户选择工作路径。 5. **重启MyEclipse**:应用更改后,重启MyEclipse软件即可看到...

    ubuntu下安装eclispe3.3.2+myeclispe6.5

    在使用过程中,可能需要配置Eclipse和MyEclipse的工作空间,这通常在首次启动时会提示。你也可以在“文件”-&gt;“工作空间”中更改。同时,为了更好地在Ubuntu下运行,可能需要调整Eclipse的显示字体,以适应Linux的...

    jad+net.sf.jadclipse-3.3.0

    描述 "用户myeclipse6.5 项目jar反编译,亲测有效" 表明这个工具包是为MyEclipse 6.5定制的,并且已经有人成功地用它来反编译了Java项目的jar文件。MyEclipse是一款强大的Java集成开发环境,它基于Eclipse并增加了对...

    Myeclipse svn插件的安装方法

    2. **解压插件包**:将下载好的文件解压到`MyEclipse6.5`的`plugins`目录下,路径通常是`C:\Program Files\MyEclipse6.5\eclipse\plugins`。 3. **安装插件**:通过MyEclipse的帮助菜单重新进入更新界面,选择`...

    MyEclipse SVN插件的安装

    在IT行业中,版本控制系统是开发团队协作的重要工具,其中...对于MyEclipse 6.5版本,确保你安装的SVN插件与之兼容,以避免可能出现的问题。总之,安装和使用SVN插件是每个MyEclipse开发者应该掌握的基础技能之一。

    myeclipse的优化

    MyEclipse6.5 大小 451M;MyEclipse7.0 大小 649M!下载服务器又是国外的。。。下载速度累人也就罢了,只要你工作性能一流。不幸的是,MyEclipse 属于狂吃内存的主,特别是 MyEclipse7.0 运行起来,基本上不用干其他...

    在MyEclipse中安装SVN步骤 亲自安装后编写

    假设这里下载的是`subeclipse-site-1.6.5.zip`文件,并将其解压到`D:\Program Files\MyEclipse6.5\eclipse\plugins`目录下。 2. **安装Subclipse插件** - 打开MyEclipse,进入“Help”菜单中的“Software Updates...

    myeclipse中文学习基础资料

    - **3.2.2 工作空间(Workspace)**:讲解工作空间的概念及其重要性。 - **3.2.3 配置Java项目**:指导如何设置Java项目的编译环境。 - **3.2.3.1 创建项目**:具体步骤创建Java项目。 - **3.2.3.2 配置项目**:...

    eclipse-MyEclipse工具使用技巧集锦及快捷键

    如果加上"-data workspace_path",启动时将直接使用指定的工作空间,无需每次都设置。 3. **确认JRE配置**:Eclipse通常能自动检测到系统中的JRE。如果未找到,可以通过“窗口”&gt;“首选项”&gt;“Java”&gt;“已安装的JRE...

    专题资料(2021-2022年)webservice项目搭建教程.doc

    - 如果部署过程中遇到问题,例如缺少必要的文件,可以手动从工作空间中拷贝缺失文件到相应目录下。 4. **测试服务**: - 启动Tomcat服务器,在浏览器中访问部署的服务地址进行测试。 - 输入登录信息验证服务是否...

    JAVA程序开发大全---上半部分

    2.2.1 MyEclipse中的工作空间 26 2.2.2 MyEclipse中的Navigator视图 27 2.3 定制MyEclipse的工作台 33 2.3.1 定制工作台外观 34 2.3.2 定制快捷键 35 2.3.3 定制编辑器 36 2.3.4 定制工作台公共设置 36 2.4 ...

Global site tag (gtag.js) - Google Analytics