Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » The RSE org.eclipse.rse.importexport plugin execution environments level?
The RSE org.eclipse.rse.importexport plugin execution environments level? [message #37201] Wed, 08 July 2009 11:09 Go to next message
Eclipse UserFriend
Originally posted by: wangqs_eclipse.yahoo.com

Hi
I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
When I click the Review/Synchronize option on the Remote file system
import wizard, I got following errors. Looks the code is not compiled
with Java 1.5 level? I tried the code from head and it works all right.
Can anyone give me an idea of this?

java.lang.Error: Unresolved compilation problems:
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, 'for each' statements are only available if source level
is 1.5
Can only iterate over an array or an instance of java.lang.Iterable
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5


at
org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)

at
org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)

at
org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)

at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)

at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)

at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)

at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)

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

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

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)

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

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

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

at
org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)

at
org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)

at
org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)

at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)

at
org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)

at
org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)

at
org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)

at
org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)

at
org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)

at
org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)

at
org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)

at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)

at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)

at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)

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

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

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)

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

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)

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

at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)

at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)

at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)

at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)

at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)

at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)

at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)

at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)

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.equinox.launcher.Main.invokeFramework(Main.java: 559)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: The RSE org.eclipse.rse.importexport plugin execution environments level? [message #37336 is a reply to message #37201] Thu, 09 July 2009 16:19 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hello Qwang,

In the problematic case, how did you get the source? The code was
always correct in CVS, it looks like the way how you import / create
the source out of your download results in an invalid .classpath file.

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



qwang wrote:
> Hi
> I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
> When I click the Review/Synchronize option on the Remote file system
> import wizard, I got following errors. Looks the code is not compiled
> with Java 1.5 level? I tried the code from head and it works all right.
> Can anyone give me an idea of this?
>
> java.lang.Error: Unresolved compilation problems:
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, 'for each' statements are only available if source
> level is 1.5
> Can only iterate over an array or an instance of java.lang.Iterable
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
>
>
> at
> org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)
>
>
> at
> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)
>
>
> at
> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)
>
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)
>
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
>
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
>
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
>
> at org.eclipse.jface.window.Window.open(Window.java:801)
>
> at
> org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)
>
>
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
>
>
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)
>
>
> at
> org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
>
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
>
>
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
>
>
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)
>
>
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
>
>
> at
> org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)
>
> at
> org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)
>
>
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>
>
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
>
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
>
>
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
>
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
>
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
>
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
>
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
>
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
>
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
>
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
>
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>
>
> 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.equinox.launcher.Main.invokeFramework(Main.java: 559)
>
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: The RSE org.eclipse.rse.importexport plugin execution environments level? [message #37371 is a reply to message #37336] Fri, 10 July 2009 05:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wangqs_eclipse.yahoo.com

Hi Martin,
Thanks for reply.
The error happened with the binary package which I downloaded the
official release from eclipse website,ie. the RSE-SDK-3.1.zip.

Yes, the source looks correct. When I tried to run against source code,
it works all right.

To make it clear, the RSE installation from RSE-SDK-3.1.zip caused the
problem. Not the source code.

Cheers
Qiangsheng



Martin Oberhuber wrote:
> Hello Qwang,
>
> In the problematic case, how did you get the source? The code was
> always correct in CVS, it looks like the way how you import / create
> the source out of your download results in an invalid .classpath file.
>
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
>
> qwang wrote:
>> Hi
>> I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
>> When I click the Review/Synchronize option on the Remote file system
>> import wizard, I got following errors. Looks the code is not compiled
>> with Java 1.5 level? I tried the code from head and it works all right.
>> Can anyone give me an idea of this?
>>
>> java.lang.Error: Unresolved compilation problems:
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, 'for each' statements are only available if source
>> level is 1.5
>> Can only iterate over an array or an instance of java.lang.Iterable
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>>
>>
>> at
>> org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)
>>
>>
>> at
>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)
>>
>>
>> at
>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)
>>
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)
>>
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
>>
>>
>> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
>>
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
>>
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
>>
>> at org.eclipse.jface.window.Window.open(Window.java:801)
>>
>> at
>> org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)
>>
>>
>> at
>> org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
>>
>> at
>> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)
>>
>>
>> at
>> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
>>
>>
>> at
>> org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)
>>
>> at
>> org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)
>>
>>
>> at
>> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>>
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
>>
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
>>
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
>>
>>
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
>>
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
>>
>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
>>
>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
>>
>> at
>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
>>
>>
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
>>
>>
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>
>> at
>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>
>>
>> at
>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
>>
>>
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>
>>
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>
>>
>> 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.equinox.launcher.Main.invokeFramework(Main.java: 559)
>>
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>>
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: The RSE org.eclipse.rse.importexport plugin execution environments level? [message #37473 is a reply to message #37371] Thu, 16 July 2009 20:55 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
This problem is now fixed, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=283482

Thanks for the report!

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



qwang wrote:
> Hi Martin,
> Thanks for reply.
> The error happened with the binary package which I downloaded the
> official release from eclipse website,ie. the RSE-SDK-3.1.zip.
>
> Yes, the source looks correct. When I tried to run against source code,
> it works all right.
>
> To make it clear, the RSE installation from RSE-SDK-3.1.zip caused the
> problem. Not the source code.
>
> Cheers
> Qiangsheng
>
>
>
> Martin Oberhuber wrote:
>> Hello Qwang,
>>
>> In the problematic case, how did you get the source? The code was
>> always correct in CVS, it looks like the way how you import / create
>> the source out of your download results in an invalid .classpath file.
>>
>> Cheers,
>> --
>> Martin Oberhuber, Senior Member of Technical Staff, Wind River
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>>
>>
>>
>> qwang wrote:
>>> Hi
>>> I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
>>> When I click the Review/Synchronize option on the Remote file system
>>> import wizard, I got following errors. Looks the code is not compiled
>>> with Java 1.5 level? I tried the code from head and it works all right.
>>> Can anyone give me an idea of this?
>>>
>>> java.lang.Error: Unresolved compilation problems:
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, 'for each' statements are only available if source
>>> level is 1.5
>>> Can only iterate over an array or an instance of java.lang.Iterable
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>>
>>>
>>> at
>>> org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)
>>>
>>>
>>> at
>>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)
>>>
>>>
>>> at
>>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)
>>>
>>>
>>> at
>>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)
>>>
>>>
>>> at
>>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
>>>
>>>
>>> at
>>> org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
>>>
>>> at
>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
>>>
>>>
>>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>>
>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>>
>>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
>>>
>>> at org.eclipse.jface.window.Window.open(Window.java:801)
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)
>>>
>>>
>>> at
>>> org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
>>>
>>> at
>>> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)
>>>
>>>
>>> at
>>> org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)
>>>
>>>
>>> at
>>> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>>>
>>>
>>> at
>>> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
>>>
>>>
>>> at
>>> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
>>>
>>>
>>> at
>>> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
>>>
>>>
>>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>>
>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>>
>>> at
>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
>>>
>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
>>>
>>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
>>>
>>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
>>>
>>> at
>>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
>>>
>>>
>>> at
>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>>
>>> at
>>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>>
>>>
>>> at
>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>>
>>>
>>> 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.equinox.launcher.Main.invokeFramework(Main.java: 559)
>>>
>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>>>
>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: The RSE org.eclipse.rse.importexport plugin execution environments level? [message #581935 is a reply to message #37201] Thu, 09 July 2009 16:19 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hello Qwang,

In the problematic case, how did you get the source? The code was
always correct in CVS, it looks like the way how you import / create
the source out of your download results in an invalid .classpath file.

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



qwang wrote:
> Hi
> I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
> When I click the Review/Synchronize option on the Remote file system
> import wizard, I got following errors. Looks the code is not compiled
> with Java 1.5 level? I tried the code from head and it works all right.
> Can anyone give me an idea of this?
>
> java.lang.Error: Unresolved compilation problems:
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, 'for each' statements are only available if source
> level is 1.5
> Can only iterate over an array or an instance of java.lang.Iterable
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
> Syntax error, parameterized types are only available if source level
> is 1.5
>
>
> at
> org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)
>
>
> at
> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)
>
>
> at
> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)
>
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)
>
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
>
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
>
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
>
> at org.eclipse.jface.window.Window.open(Window.java:801)
>
> at
> org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)
>
>
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
>
>
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)
>
>
> at
> org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
>
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
>
>
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
>
>
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)
>
>
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
>
>
> at
> org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)
>
> at
> org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)
>
>
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>
>
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
>
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
>
>
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
>
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
>
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
>
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
>
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
>
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
>
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
>
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
>
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>
>
> 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.equinox.launcher.Main.invokeFramework(Main.java: 559)
>
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: The RSE org.eclipse.rse.importexport plugin execution environments level? [message #581952 is a reply to message #37336] Fri, 10 July 2009 05:08 Go to previous message
Qiangsheng Wang is currently offline Qiangsheng WangFriend
Messages: 5
Registered: February 2010
Junior Member
Hi Martin,
Thanks for reply.
The error happened with the binary package which I downloaded the
official release from eclipse website,ie. the RSE-SDK-3.1.zip.

Yes, the source looks correct. When I tried to run against source code,
it works all right.

To make it clear, the RSE installation from RSE-SDK-3.1.zip caused the
problem. Not the source code.

Cheers
Qiangsheng



Martin Oberhuber wrote:
> Hello Qwang,
>
> In the problematic case, how did you get the source? The code was
> always correct in CVS, it looks like the way how you import / create
> the source out of your download results in an invalid .classpath file.
>
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
>
> qwang wrote:
>> Hi
>> I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
>> When I click the Review/Synchronize option on the Remote file system
>> import wizard, I got following errors. Looks the code is not compiled
>> with Java 1.5 level? I tried the code from head and it works all right.
>> Can anyone give me an idea of this?
>>
>> java.lang.Error: Unresolved compilation problems:
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, 'for each' statements are only available if source
>> level is 1.5
>> Can only iterate over an array or an instance of java.lang.Iterable
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>> Syntax error, parameterized types are only available if source
>> level is 1.5
>>
>>
>> at
>> org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)
>>
>>
>> at
>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)
>>
>>
>> at
>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)
>>
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)
>>
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
>>
>>
>> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
>>
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
>>
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>
>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
>>
>> at org.eclipse.jface.window.Window.open(Window.java:801)
>>
>> at
>> org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)
>>
>>
>> at
>> org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
>>
>> at
>> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
>>
>>
>> at
>> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)
>>
>>
>> at
>> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
>>
>>
>> at
>> org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)
>>
>> at
>> org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)
>>
>>
>> at
>> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>>
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
>>
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
>>
>>
>> at
>> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
>>
>>
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>
>> at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>
>> at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
>>
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
>>
>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
>>
>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
>>
>> at
>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
>>
>>
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
>>
>>
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>
>> at
>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>
>>
>> at
>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
>>
>>
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>
>>
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>
>>
>> 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.equinox.launcher.Main.invokeFramework(Main.java: 559)
>>
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>>
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)


Re: The RSE org.eclipse.rse.importexport plugin execution environments level? [message #582016 is a reply to message #37371] Thu, 16 July 2009 20:55 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
This problem is now fixed, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=283482

Thanks for the report!

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



qwang wrote:
> Hi Martin,
> Thanks for reply.
> The error happened with the binary package which I downloaded the
> official release from eclipse website,ie. the RSE-SDK-3.1.zip.
>
> Yes, the source looks correct. When I tried to run against source code,
> it works all right.
>
> To make it clear, the RSE installation from RSE-SDK-3.1.zip caused the
> problem. Not the source code.
>
> Cheers
> Qiangsheng
>
>
>
> Martin Oberhuber wrote:
>> Hello Qwang,
>>
>> In the problematic case, how did you get the source? The code was
>> always correct in CVS, it looks like the way how you import / create
>> the source out of your download results in an invalid .classpath file.
>>
>> Cheers,
>> --
>> Martin Oberhuber, Senior Member of Technical Staff, Wind River
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>>
>>
>>
>> qwang wrote:
>>> Hi
>>> I got the latest release of RSE, ie. the RSE-SDK-3.1.zip.
>>> When I click the Review/Synchronize option on the Remote file system
>>> import wizard, I got following errors. Looks the code is not compiled
>>> with Java 1.5 level? I tried the code from head and it works all right.
>>> Can anyone give me an idea of this?
>>>
>>> java.lang.Error: Unresolved compilation problems:
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, 'for each' statements are only available if source
>>> level is 1.5
>>> Can only iterate over an array or an instance of java.lang.Iterable
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>> Syntax error, parameterized types are only available if source
>>> level is 1.5
>>>
>>>
>>> at
>>> org.eclipse.rse.internal.synchronize.SynchronizeData.<init>(SynchronizeData.java:38)
>>>
>>>
>>> at
>>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rdPage1.finish(RemoteImportWizardPage1.java:675)
>>>
>>>
>>> at
>>> org.eclipse.rse.internal.importexport.files.RemoteImportWiza rd.performFinish(RemoteImportWizard.java:121)
>>>
>>>
>>> at
>>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:752)
>>>
>>>
>>> at
>>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
>>>
>>>
>>> at
>>> org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
>>>
>>> at
>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
>>>
>>>
>>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>>
>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>>
>>> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
>>>
>>> at org.eclipse.jface.window.Window.open(Window.java:801)
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.WizardHandler$Import.execut eHandler(WizardHandler.java:146)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:294)
>>>
>>>
>>> at
>>> org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
>>>
>>> at
>>> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:241)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.actions.CommandAction.run(CommandAct ion.java:171)
>>>
>>>
>>> at
>>> org.eclipse.ui.actions.ImportResourcesAction.run(ImportResou rcesAction.java:97)
>>>
>>>
>>> at
>>> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>>>
>>>
>>> at
>>> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
>>>
>>>
>>> at
>>> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
>>>
>>>
>>> at
>>> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
>>>
>>>
>>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
>>>
>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
>>>
>>> at
>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
>>>
>>> at
>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
>>>
>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
>>>
>>> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
>>>
>>> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
>>>
>>> at
>>> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
>>>
>>>
>>> at
>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
>>>
>>>
>>> at
>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>>
>>> at
>>> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
>>>
>>>
>>> at
>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>>>
>>>
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>>>
>>>
>>> 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.equinox.launcher.Main.invokeFramework(Main.java: 559)
>>>
>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>>>
>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Previous Topic:Cygwin Support?
Next Topic:Re: SSH via RSE
Goto Forum:
  


Current Time: Fri Apr 19 04:23:07 GMT 2024

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

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

Back to the top