RCP Application - Unresolved requirement [message #1859834] |
Thu, 29 June 2023 09:39 |
Scott Exton Messages: 1 Registered: June 2023 |
Junior Member |
|
|
I am complete novice when it comes to Eclipse, and have inherited an Eclipse RCP application which is being built using the PDE 'build' component. The application is old and was originally built against the 4.2 Eclipse SDK. I am now trying to build this against the 4.10 Eclipse SDK. The build is working fine, but when I attempt to start the application I get the following errors in the eclipse log file.
!ENTRY org.eclipse.core.runtime 2 0 2023-06-29 19:27:45.134
!MESSAGE Could not resolve module: org.eclipse.core.runtime [5]
Unresolved requirement: Require-Bundle: javax.inject; bundle-version="1.0.0"; visibility:="reexport"; resolution:="optional"
Unresolved requirement: Require-Bundle: org.eclipse.core.jobs; bundle-version="[3.10.0,4.0.0)"; visibility:="reexport"
I can't work out how to add the required dependencies to my build (I'm not using the IDE). I had hoped that it was a simple matter of adding the dependencies to my product file, but this is not working for me.
Does anyone have any ideas as to what I am doing wrong, and how I could add the missing dependencies?
Any help/advice would be greatly appreciated.
|
|
|
Powered by
FUDForum. Page generated in 0.02727 seconds