l1sq0u48
l1sq0u48

Reputation: 381

Is it possible to use a target platform eclipse 4 with an app coded in eclipse 3?

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

Answers (1)

greg-449
greg-449

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

Related Questions