Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » trouble with 0.5.2
trouble with 0.5.2 [message #4553] Mon, 23 September 2002 18:50
Thomas Mäder is currently offline Thomas MäderFriend
Messages: 2
Registered: July 2009
Junior Member
Hi All,

I'm having trouble with getting the 0.5.2 release to work in Eclipse
2.0.1. I'm getting the following exception in the log when clicking on
the AspectJ preference page (or any other AspectJ related UI).

java.version=1.3.0 subset
java.vendor=IBM Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -data
c:\workspaces\020501 -install file:C:/eclipse_builds/20/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 Sep 23, 2002 14:31:00.437
!MESSAGE Plug-in "org.eclipse.ajdt.ui" was unable to instantiate class
"org.eclipse.ajdt.ui.AspectJPlugin".
!STACK 0
java.lang.reflect.InvocationTargetException: java.lang.RuntimeException:
Ajde is not initialized.

Stack trace:
java/lang/Throwable.<init>()V
java/lang/Throwable.<init>(Ljava/lang/String;)V
org/aspectj/ajde/Ajde.getDefault()Lorg/aspectj/ajde/Ajde;
org/eclipse/ajdt/internal/core/AJDTEventTrace.startup()V

org/eclipse/ajdt/ui/AspectJPlugin.<init>(Lorg/eclipse/core/runtime/IPluginDescriptor;)V

java/lang/reflect/AccessibleObject.invokeV(Ljava/lang/Object ;[Ljava/lang/Object;)V

java/lang/reflect/Constructor.newInstance([Ljava/lang/Object ;)Ljava/lang/Object;

org/eclipse/core/internal/plugins/PluginDescriptor.internalD oPluginActivation()V

obviously, ajde is not initialized, but there's no message in the log
saying that anything when wrong there.

Here's what I did:

1) downloaded ajde 1.0.6 and ajdt 0.5.2 via the download page
2) unzipped (in this order) ajde and ajdt into my eclipse plugins
3) restarted eclipse

Note that both plugins are loaded (they show up in the plugin details)

what am I missing?

Thomas
Previous Topic:class files
Next Topic:trouble with 0.5.2
Goto Forum:
  


Current Time: Mon Sep 23 12:45:39 GMT 2024

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

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

Back to the top