Eclipse: missing eclipse application launch configuration

六眼飞鱼酱① 提交于 2021-02-18 08:12:21

问题


I want to choose an Eclipse Application Launch configuration in the Run/Debug Configuration of eclipse, for running an eclipse plugin, but it doesnt exists.

How can I add the Eclipse Application Launch configurations in the run/debug configurations. I'm using Eclipse Luna IDE for Java Developers.


回答1:


You are missing the Eclipse Project SDK, which is needed to create Eclipse Applications. Without it, you will notice for example these problems:

  • The Run/Debug configuration is missing a category "Eclipse Applications" (as you mentioned)
  • The Windows / Preferences dialog is missing a category "Plug-in Development"
  • Importing launch configurations for "Eclipse Applications" will have no effect.

You install the Eclipse Project SDK like this:

  • Help / Install New Software...
  • Choose the installation repository. In case of Eclipse Oxygen, it is "Oxygen - http://download.eclipse.org/releases/oxygen"
  • Filter for Eclipse Project SDK
  • Check it & press "Finish"



来源:https://stackoverflow.com/questions/29675013/eclipse-missing-eclipse-application-launch-configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!