Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Newby having problems setup eclipse and aspectj

Hello,

 

I’ve had a bit of a look around – FAQ etc – but didn’t find any appropriate looking solutions to my problem, hence this email. Any help most gratefully appreciated.

 

Platform is a Windows XP laptop (normally a Linux user, but not an option at the moment).

Eclipse version (from Help about) 3.0.0  --- this is the stable version 3 release, or should be

Aspectj plugin 1.1.4 --- this is the recently advertised release

 

The aspectj plugin was installed using the automatic software updates facility and claims to be properly configured.

 

I have also downloaded the aspectj compiler tools, etc. as a separate exercise (before I installed eclipse as it happens) and it is version 1.2  I have not attempted to verify if this works yet.

 

I attempted to start a new aspectj project using eclipse by going (file -> new -> project -> aspectj project wizard) and get the following errors:

 

Error Aug 06, 2004 22:29:20.752 Plug-in org.eclipse.ajdt.ui was unable to load class org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard.

java.lang.ClassNotFoundException: org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard

            at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)

            at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)

            at java.lang.ClassLoader.loadClass(Unknown Source)

            at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)

            at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)

            at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1313)

            at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:131)

            at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)

            at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)

            at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:196)

            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

            at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:193)

            at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:96)

            at org.eclipse.ui.internal.dialogs.NewWizardNewPage$6.createWizard(NewWizardNewPage.java:740)

            at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$2.run(WorkbenchWizardNode.java:133)

            at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)

            at org.eclipse.core.runtime.Platform.run(Platform.java:747)

            at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWizardNode.java:114)

            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

            at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:112)

            at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:96)

            at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:82)

            at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:674)

            at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:300)

            at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)

            at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)

            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)

            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)

            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)

            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)

            at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)

            at org.eclipse.jface.window.Window.open(Window.java:648)

            at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:111)

            at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)

            at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)

            at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)

            at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)

            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)

            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)

            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)

            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)

            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)

            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)

            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)

            at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)

            at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)

            at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)

            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)

            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

            at java.lang.reflect.Method.invoke(Unknown Source)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:183)

            at org.eclipse.core.launcher.Main.run(Main.java:644)

            at org.eclipse.core.launcher.Main.main(Main.java:628)

 

Error Aug 06, 2004 22:29:20.702 Plug-in "org.eclipse.ajdt.ui" was unable to instantiate class "org.eclipse.ajdt.ui.AspectJPlugin".

 

Thanks again for any help you can provide,

            Andrew


Back to the top