Running Eclipse 3.x RCP application on Eclipse 4

less than 1 minute read

I updated Using the Compatibility Layer for Eclipse 3.x RCP applications tutorial with the latest information.

The migration for your Eclipse 3.x RCP applcation to Eclipse 4.2 is now super easy.

If you are using a feature based product configuration file which includes the exiting Eclipse 3.x “org.eclipse.rcp” feature, then almost no change in your product or application is required to run on Eclipse 4.2 is required. You only have to add two additional features org.eclipse.emf.common and org.eclipse.emf.ecore. See Bugreport for details.

In my opinion there is no reason anymore not to migrate to Eclipse 4. The integration builds are already very stable and Eclipse 4.2M6 is expected to be really good as this will be the released used for EclipseCon.

Please give the latest integration builds a try with your Eclipse 3.x RCP application and report any issues to give the team the chance to fix any outstanding issues.

Updated: