|
Re: Can't add org.eclipse.e4.ui.progress bundle as dependency [message #1851587 is a reply to message #1851578] |
Sat, 09 April 2022 10:41 |
Rolf Theunissen Messages: 260 Registered: April 2012 |
Senior Member |
|
|
Eclipse uses the OSGi framework to manage plugin dependencies. That is, the jars in an Eclipse product are 'special' it are OSGi bundles or plugins. OSGi is used to manage the classpath, as a result, adding a jar to the classpath doesn't work as you expect it to work in this OSGi environment.
You should be able to add the progress plugin as dependency to the product/feature/plugin (sections 6.7/6.3/6.14 of the tutorial). However, the plugin should be part of your target-platform. By default, Eclipse takes the target-platform from your running IDE. The org.eclipse.e4.ui.progress is not part of the IDE by default, and thus not available in the target platform.
You can download/install the plugin from this update site: https://download.eclipse.org/eclipse/updates/4.23/
When you continue with your RCP, I suggest that you create a target-platform for your product, to be in control what is included in your RCP and not. A target platform can be made by hand, or generated by Oomph.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03539 seconds