Reputation: 381
As the title says, I want know if it is possible to run an application coded in Eclipse RCP 3.X above an Eclipse 4.X target platform without making structural changes (such as migrating the application code to eclipse 4.X). If so, how can I do that?
Upvotes: 0
Views: 44
Reputation: 111152
Eclipse 4 still supports Eclipse 3.x RCPs using a compatibility layer.
As long as you have not used any internal interfaces you should not have much trouble upgrading.
Upvotes: 2