Dependency issues with org.eclipse.e4.ui.css.swt and org.eclipse.e4.ui.css.swt.theme #3595
Unanswered
jmenzies12
asked this question in
Q&A
Replies: 3 comments
You likely should go into detail how you "built from the target platform" ... and maybe share a reproducer. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hey there,
We have a couple of dependency issues with our Eclipse RCP application, in regards to org.eclipse.e4.ui.css.swt and org.eclipse.e4.ui.css.swt.theme.
When running and building the tool within Eclipse it works fine but when running the product built from the target platform we are missing both org.eclipse.jface.resource and org.osgi.service.event.
I've been having trouble locating either of these dependencies under the eclipse update sites. It looks like maybe org.osgi.service.event has been split out and can only be found via mvn central but I can't locate org.eclipse.jface.resource at all.
Wondering if someone could point me in the right direction?
Cheers
Jonathan
All reactions