Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ajdt-dev] Errors instatiating AspectJ Editor in Eclipse 3.0

Ev,
	AJDT doesn't work in 3.0 yet.  I think there is an older version
that worked to 3.0M5 but I've not heard of it being compatible with
anything higher or with later releases of AJDT.  Laters, Jeremy

-----Original Message-----
From: ajdt-dev-admin@xxxxxxxxxxx [mailto:ajdt-dev-admin@xxxxxxxxxxx] On
Behalf Of Evguenia Krylova
Sent: Tuesday, April 13, 2004 9:20 AM
To: ajdt-dev@xxxxxxxxxxx
Subject: [ajdt-dev] Errors instatiating AspectJ Editor in Eclipse 3.0

Hi,
   Installed AJDT feature in Eclipse 3.0, but get
error instatiating AspectJ/Java Editor. Here's the
Exception from the logs:

!MESSAGE Plug-in "org.eclipse.ajdt.ui" was unable to instantiate class 
"org.eclipse.ajdt.ui.AspectJPlugin".
!STACK 0
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
............

Caused by: java.lang.NoClassDefFoundError: 
org/eclipse/jdt/internal/corext/template/Templates
	at 
org.eclipse.ajdt.ui.AspectJPlugin.checkTemplatesInstalled(AspectJPlugin.
java:465)
	at 
org.eclipse.ajdt.ui.AspectJPlugin.checkAspectJVersion(AspectJPlugin.java
:446)
	at
org.eclipse.ajdt.ui.AspectJPlugin.<init>(AspectJPlugin.java:408)
	... 72 more
!ENTRY org.eclipse.jdt.ui 4 1

The feature works fine in 2.1.3.

Ev
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top