Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [MWE] ClassNotFoundException: org.eclipse.core.runtime.Assert(Cannot find out where this class is located)
[MWE] ClassNotFoundException: org.eclipse.core.runtime.Assert [message #507929] Fri, 15 January 2010 08:58 Go to next message
Klemens is currently offline KlemensFriend
Messages: 4
Registered: January 2010
Location: Germany
Junior Member
Hi I created a new XPand project with example files recently in Eclipse 3.5. I found out that to run this example project I have to fix bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283942 manually. I did this.

However now I get the following error:
java.lang.ClassNotFoundException: org.eclipse.core.runtime.Assert
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)


and I can't find out which archive contains this class. Can someone please help me?

Thank you
Klemens
Re: [MWE] ClassNotFoundException: org.eclipse.core.runtime.Assert [message #508068 is a reply to message #507929] Fri, 15 January 2010 18:20 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Klemens,

It's in org.eclipse.equinox.common.


alaak@gmx.de wrote:
> Hi I created a new XPand project with example files recently in
> Eclipse 3.5. I found out that to run this example project I have to
> fix bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283942
> manually. I did this.
>
> However now I get the following error:
> java.lang.ClassNotFoundException: org.eclipse.core.runtime.Assert
> at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294 )
> at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332 )
>
>
> and I can't find out which archive contains this class. Can someone
> please help me?
>
> Thank you
> Klemens


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [MWE] ClassNotFoundException: org.eclipse.core.runtime.Assert [message #508121 is a reply to message #507929] Sat, 16 January 2010 07:22 Go to previous message
Klemens is currently offline KlemensFriend
Messages: 4
Registered: January 2010
Location: Germany
Junior Member
This solved the problem.

Thank you Ed.
Previous Topic:[EMF Compare] error in standalone version
Next Topic:[MWE] ClassNotFoundException: org.eclipse.core.runtime.Assert
Goto Forum:
  


Current Time: Wed Apr 24 14:03:17 GMT 2024

Powered by FUDForum. Page generated in 0.05047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top