I’m working with a pretty complicated eclipse RCP plugin based application that was converted from an old Eclipse Luna project into gradle modules building the plugin jars using the BND plugin for headless and github friendly devops builds. Now we’re importing the gradle project into the latest version of eclipse (2024-12).
Currently we’re running the application from a fully built installer directory, and can connect to it with a debugger, but when we try to make any changes in eclispse it fails to hotswap the code with the following “Add method not implemented” error:
The application is running on java 1.8 and the eclipse environment is all configured to run with java 1.8 also.
Thanks in advance for any support with this issue.