Eclipse: missing eclipse application launch configuration(Eclipse:缺少 Eclipse 应用程序启动配置)
问题描述
我想在eclipse的Run/Debug Configuration中选择一个Eclipse Application Launch配置来运行一个eclipse插件,但是它不存在.
如何在运行/调试配置中添加 Eclipse 应用程序启动配置.我正在为 Java 开发人员使用 Eclipse Luna IDE.
您缺少创建 Eclipse 应用程序所需的 Eclipse Project SDK.没有它,你会注意到例如这些问题:
- 运行/调试配置缺少Eclipse 应用程序"类别(如您所述)
- Windows/Preferences 对话框缺少插件开发"类别
- 为Eclipse Applications"导入启动配置将无效.
您像这样安装 Eclipse Project SDK:
- 帮助/安装新软件...
- 选择安装存储库.对于 Eclipse Oxygen,它是 "Oxygen -
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.
解决方案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"
这篇关于Eclipse:缺少 Eclipse 应用程序启动配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse:缺少 Eclipse 应用程序启动配置


基础教程推荐
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 降序排序:Java Map 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01