[go: up one dir, main page]

Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » RCP Application - Unresolved requirement(Unresolved requirement)
RCP Application - Unresolved requirement [message #1859834] Thu, 29 June 2023 09:39
Scott Exton is currently offline Scott ExtonFriend
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.
Previous Topic:Load image based on Eclipse theme
Next Topic:Migration Wizard pops up inconsistently
Goto Forum:
  


Current Time: Thu Dec 12 16:44:12 GMT 2024

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

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

Back to the top