Hi,

i tried to get the maven plugin for eclipse to run but it throws this exception.
The thing that confuse me is that i already have the org.aspectj.ajde deployed. (org.aspectj.ajde_1.1.4)
Are there any version depedencies?



Thanks for any hints! Stefan

!SESSION Dec 14, 2003 19:08:06.906 ---------------------------------------------
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Programme/eclipse_3M5/
!ENTRY org.eclipse.core.runtime 2 1 Dec 14, 2003 19:08:06.921
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Dec 14, 2003 19:08:06.921
!MESSAGE Plug-in "org.mevenide" was disabled due to missing or disabled prerequisite plug-in "org.aspectj.ajde".
!SESSION Dec 14, 2003 20:10:06.437 ---------------------------------------------
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Programme/eclipse_3M5/
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:10:06.437
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:10:06.437
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui.workbench 4 2 Dec 14, 2003 20:10:35.578
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
org.eclipse.swt.SWTException: Class ID not found in registry result = -2147221018
at org.eclipse.swt.ole.win32.OLE.error(OLE.java:317)
at org.eclipse.swt.ole.win32.OleClientSite.<init>(OleClientSite.java:178)
at org.eclipse.ui.internal.editorsupport.win32.OleEditor.createClientSite(OleEditor.java:227)
at org.eclipse.ui.internal.editorsupport.win32.OleEditor.createPartControl(OleEditor.java:215)
at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:161)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1127)
at org.eclipse.core.runtime.Platform.run(Platform.java:464)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:157)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:206)
at org.eclipse.ui.internal.EditorWorkbook.createPage(EditorWorkbook.java:156)
at org.eclipse.ui.internal.EditorWorkbook.add(EditorWorkbook.java:97)
at org.eclipse.ui.internal.EditorArea.addEditor(EditorArea.java:57)
at org.eclipse.ui.internal.EditorPresentation.openEditor(EditorPresentation.java:351)
at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:545)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:534)
at org.eclipse.ui.internal.EditorManager.openSystemInPlaceEditor(EditorManager.java:684)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:436)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:421)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:1974)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:1926)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:1913)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1908)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1896)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:258)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:251)
at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:166)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:11:20.375
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:11:20.375
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:13:03.218
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:13:03.218
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:13:43.781
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:13:43.781
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:13:48.343
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:13:48.343
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:13:56.687
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:13:56.703
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
!ENTRY org.eclipse.ui 4 4 Dec 14, 2003 20:14:12.00
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Dec 14, 2003 20:14:12.15
!MESSAGE org/eclipse/debug/core/variables/LaunchVariableUtil
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/core/variables/LaunchVariableUtil
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.getDefaultLaunchConfiguration(MavenLaunchShortcut.java:181)
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchShortcut.launch(MavenLaunchShortcut.java:128)
at org.mevenide.ui.eclipse.launch.configuration.MavenRunActionDelegate.run(MavenRunActionDelegate.java:67)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:270)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)


--
open technology: http://www.media-style.com
open source:     http://www.weta-group.net
open discussion: http://www.text-mining.org




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to