Eclipse Product Export Wizard issue #718

CLOSED
Submitted 3 years ago

Hi,

when I export my created application with "Eclipse Product export wizard" link and start the exported application, I get an error:

!SESSION 2021-07-14 07:33:04.840 ----------------------------------------------- eclipse.buildId=unknown java.version=16.0.1 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=hu_HU Framework arguments: -clearPersistedState Command-line arguments: -os win32 -ws win32 -arch x86_64 -clearPersistedState

!ENTRY org.eclipse.e4.ui.workbench 4 0 2021-07-14 07:33:05.884 !MESSAGE Unable to create class 'org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon' from bundle '44' !STACK 0 org.eclipse.e4.core.di.InjectionException: Unable to process "CommandProcessingAddon.broker": no actual value was found for the argument "IEventBroker". at org.eclipse.e4.core.internal.di.InjectorImpl.reportUnresolvedArgument(InjectorImpl.java:482)

rgds. Janos

Comments

  3 years ago

Hi,

sorry for the missing reply, we had "home summer vacation".

The PDE export is not stable anymore and not actively maintained as the Eclipse IDE does also not use it anymore. In the training we setup a command line build for the purpose which is also how the Eclipse platform team builds the Eclipse platform and IDE.

Hope this helps, Lars

  3 years ago

Hi,

The same for me. Summer == Vacation.

  1. I will check the command line build.

  2. Until it: I was able to use the PDE export with some extra steps descibed here https://learn.vogella.com/exercises/rich-client-platform/setup-for-a-task-management-application-Mxqne#configure-the-start-levels

rgds. Janos

  3 years ago

Great to hear that it works for you but the most reliable way these days is using a Maven Tycho command line build.

Best regards, Lars

Please login to write a comment.