Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top