最近分析源代码时,eclipse总是出错,显示org.eclipse.core.runtime.CoreException,解决方法:在builderpath点击 add external jars,导入org.eclipse.core.runtime_********.jar,org.eclipse.equinox.common_************.jar两个jar包,这两个jar包都封装了org/eclipse/core/runtime包

05-28 04:51