添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
高兴的丝瓜  ·  Asp.Net Core ...·  1 年前    · 
深情的饺子  ·  Scala ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/Assert

Seems the runtime.jar has no org.eclipse.core.runtime.Assert in it:

Am I using a wrong version though it's shipped with my eclipse?

UPDATE

I don't have Plugin Development Perspective:

You have probably not downloaded Eclipse RCP. You probably have downloaded Eclipse for Java developers. You can download the RCP plugins from the update manager. – Andrew Eisenberg Dec 5, 2010 at 5:47 +1 for the Ctrl+Shift+T tip. The input line for the name pattern in that dialog has many useful features. You can use * and ? for filtering, or use CamelCase filtering, so entering IArE will present (possibly among others) the IllegalArgumentException. You can enter abbreviated package names like j.u.BS to get (among others) the java.util.BitSet. – Christian Semrau Dec 4, 2010 at 14:19 Now it's reporting Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/commands/common/EventManager – yoyo Dec 5, 2010 at 7:06 It works in Java perspective too. Plugin devel. perspective is available in Eclipse for RCP and RAP developers as Andrew noted. – dreo Dec 5, 2010 at 10:10

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.