[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ajdt] Re: AJDT 2.0.0 + Eclipse 3.5 ClassNotFoundException
|
- From: Andrew Eisenberg <andrew.eisenberg@xxxxxxxxxxxxxxxx>
- Date: Mon, 29 Jun 2009 10:38:50 -0700
- Newsgroups: eclipse.technology.ajdt
- Organization: EclipseCorner
- Thread-index: Acn44HZtCmXBv8/Om0mwC7akeooy9w==
- Thread-topic: AJDT 2.0.0 + Eclipse 3.5 ClassNotFoundException
- User-agent: Microsoft-Entourage/12.19.0.090515
The important part of the exception stack trace is below. This says that
for some reason, ICompilerConfiguration was not found. And this cascades to
a bunch of other exceptions, first that the ajdt.core plugin cannot be
started, and then that AJSourceTransformer cannot be loaded (because its
plugin cannot be started).
I am not sure why ICompilerConfiguration cannot be found. But it is
possible that your ajdt installation failed in some way and therefore the
org.aspectj.ajde plugin cannot be loaded.
Did you have any problems with installation or do you have any other errors
in your error log?
On 29/06/09 8:59 AM, in article
d4d52d0fc34d9d024e7889129299d9a7$1@xxxxxxxxxxxxxxx, "Fu Zebest"
<fuzebest@xxxxxxx> wrote:
> Caused by: java.lang.ClassNotFoundException:
> org.aspectj.ajde.core.ICompilerConfiguration
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.j
> ava:489)
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:405)
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:393)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClas
> sLoader.java:105)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> ... 75 more