Search code examples
eclipseeclipse-plugineclipse-pde

Specify Eclipse Version for running a Plugin


Currently I started to work again with the development of an Eclipse plugin using Eclipse Oxygen 3a. If I run the plugin, it uses Eclipse Oxygen version 1a from fall last year. This is the last time I worked with the project. Even if I recreate the run configuration it stays the same. How can I specify the version Eclipse uses for running the plugin? I would like to test the plugin in the current version of Eclipse. I searched in the project preferences as well as in the settings of Eclipse itself and was unsuccessful.

Has anybody an idea? Thanks a lot!


Solution

  • The 'Target Platform' specifies what is used.

    Look in the 'Preferences' in 'Plug-in Development > Target Platform' to see what is selected.