zoukankan      html  css  js  c++  java
  • MyEclipse

    1.

    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
    !STACK 0
    java.lang.ExceptionInInitializerError
    	at com.genuitec.eclipse.migration.core.internal.MigrationStartup.earlyStartup(MigrationStartup.java:12)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:87)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2551)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
    Caused by: java.lang.NullPointerException
    	at org.eclipse.core.internal.registry.BufferedRandomInputStream.seek(BufferedRandomInputStream.java:130)
    	at org.eclipse.core.internal.registry.TableReader.goToExtraFile(TableReader.java:372)
    	at org.eclipse.core.internal.registry.TableReader.loadThirdLevelConfigurationElements(TableReader.java:239)
    	at org.eclipse.core.internal.registry.RegistryObjectManager.load(RegistryObjectManager.java:415)
    	at org.eclipse.core.internal.registry.RegistryObjectManager.basicGetObject(RegistryObjectManager.java:271)
    	at org.eclipse.core.internal.registry.RegistryObjectManager.getObject(RegistryObjectManager.java:263)
    	at org.eclipse.core.internal.registry.ThirdLevelConfigurationElementHandle.getConfigurationElement(ThirdLevelConfigurationElementHandle.java:25)
    	at org.eclipse.core.internal.registry.ConfigurationElementHandle.getName(ConfigurationElementHandle.java:99)
    	at com.genuitec.eclipse.migration.core.project.internal.Enablement.createFilter(Enablement.java:90)
    	at com.genuitec.eclipse.migration.core.project.internal.Enablement.<init>(Enablement.java:70)
    	at com.genuitec.eclipse.migration.core.project.internal.ProjectMigrationFilterableObject.<init>(ProjectMigrationFilterableObject.java:26)
    	at com.genuitec.eclipse.migration.core.project.internal.ProjectMigrationOperationDef.<init>(ProjectMigrationOperationDef.java:29)
    	at com.genuitec.eclipse.migration.core.project.internal.ProjectMigrationManagerImpl.readProjectExtensionPoint(ProjectMigrationManagerImpl.java:160)
    	at com.genuitec.eclipse.migration.core.project.internal.ProjectMigrationManagerImpl.<clinit>(ProjectMigrationManagerImpl.java:101)
    	... 6 more

    解决方法:

    http://stackoverflow.com/questions/13597862/eclipse-workspace-crashes-on-startup

    1. Go to your workspace e.g. C:Workspace
    2. Then open .metadata.plugins folder from your workspace.
    3. Delete below 2 folders,  
      •   org.eclipse.e4.workbench
      •   org.eclipse.equinox.p2.ui.sdk

    亲测:删除“org.eclipse.e4.workbench”这个重启后正常。

  • 相关阅读:
    DB2中的ROW_NUMBER() OVER()函数用法 转
    各个数据库分页语句汇总
    db2导出DDL
    db2数据库操作
    在myeclipse+tomcat中出现org.apache.juli.logging.LogFactory这样的错误,为什么?
    spring的事务管理有几种方式实现 (转自:http://blog.csdn.net/bopzhou/article/details/7094108)
    JAVA 判断一个字符串是不是一个合法的日期格式
    oracle添加字段 与 db2 添加字段
    ajax详细讲解
    Js 时间间隔计算(间隔天数)
  • 原文地址:https://www.cnblogs.com/kangping/p/6418232.html
Copyright © 2011-2022 走看看