my eclipse无法启动An erro has occurred

昨天系统出了问题,关机的时候蓝屏了。

早上来开机myeclipse就不能启动了。弹出对话框an error has occurred。logs里面是这么写的:

This is a continuation of log file G:/eclipse工作台/.metadata/.bak_0.log
Created Time: 2009-09-28 08:37:19.140

!ENTRY org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@../myeclipse/eclipse/plugins/org.mozilla.xulrunner.carbon.macosx_1.8.1.3-20070404/ [160] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@../myeclipse/eclipse/plugins/org.eclipse.jpt.core_1.0.1.zmyeclipse601200710.jar [264] was not resolved.
!SUBENTRY 2 org.eclipse.jpt.core 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing required bundle org.eclipse.jpt.db_0.0.0.
!SUBENTRY 2 org.eclipse.jpt.core 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing required bundle org.eclipse.jpt.utility_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@plugins/org.eclipse.jdt.apt.pluggable.core_1.0.1.R33x_v20070831-0435.jar [478] was not resolved.
!SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.tool_0.0.0.
!SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.apt.dispatch_0.0.0.
!SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.apt.model_0.0.0.
!SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.apt.util_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@plugins/org.eclipse.jdt.compiler.apt_1.0.1.R33x_v20070831-0435.jar [487] was not resolved.
!SUBENTRY 2 org.eclipse.jdt.compiler.apt 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.tool_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@plugins/org.eclipse.jdt.compiler.tool_1.0.1.v_780_R33x.jar [491] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@language/eclipse/plugins/com.ibm.icu.nl1_3.4.4.v200606220026.jar [552] was not resolved.
!SUBENTRY 2 com.ibm.icu.nl1 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing host com.ibm.icu_[3.4.4,3.5.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-28 08:37:19.140
!MESSAGE Bundle update@language/eclipse/plugins/org.eclipse.compare.nl1_3.2.0.v200606220026.jar [555] was not resolved.
!SUBENTRY 2 org.eclipse.compare.nl1 2 0 2009-09-28 08:37:19.140
!MESSAGE Missing host org.eclipse.compare_[3.2.0,3.3.0).

 

 

 

中间省略等等。

后来查了一下,原来是我的工作台文件夹用的名称是eclipse工作台,而系统不支持中文目录的原因。改了之后就好了。至于为什么以前可以现在忽然不可以了,我也不知道。

不过可以用就好了^_^

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
首先了解一下flexBuilder FlexBuilder 2.0 是建立在 eclipse 3.1基础上的 FlexBuilder 3.2.1 是建立在eclipse 3.2.1基础上的 所以要想支持vss 首先要准备eclipse 3.1 或者 eclipse3.2.1 就看你用什么版本的flexbuilder FlexBuilder 3使用 vss1.6.1; FlashBuilder 4使用 vss 1.6.2; 1. 下下载一个vss插件 最新版本是1.6.2 下载地址:http://sourceforge.net/projects/vssplugin/ (或者http://download.csdn.net/detail/ch_kexin/4925652) 放入 flexbuilder 目录的plugin 目录下 打开flexbuilder 很多人都会发现不能用 当然这也是让很多人忘而却步的地方 2. 为什么不能用? 原因是flexbuilder中 精简了eclipse 中的一些组建 ,vss插件又需要,怎么办? 刚准备的eclipse 就发挥了用处 下载一个eclipse (请下载对应的版本) 然后解开 将eclipse 的plugin 目录下的 org.eclipse.jdt.* 的目录和文件 全部拷贝到 flexbuilder 的plugin (若为myEclipse则是将myEclipseeclipse\plugins) flashbuilder也一样 ----下面是在FlexBuilder中配置VSS ------- 1. 首先绑定项目到VSS。就算打开的项目是从VSS里获取的,第一次打开也需要手动绑定。选中图中最后一个菜单中的选项:Share Project进入新界面后,选中VSS Configuration Wizard进入如下界面。 2. 填上客户端用户名、密码、服务器端VSS目录、项目目录、项目在VSS里的目录。 VSS Repository supports multiple checkouts.不选,此项是VSS支持多人同时签出。根据实际情况决定是否选中。 3.单击Finish。配置VSS完毕。 4.配置完毕。 VSS配置完成后。项目并未与VSS有任何关联,此时需要 Update State来关联到VSS。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值