我正在遵循here中的eclipse插件开发快速设置指南(特别是“启动配置”部分)。在此部分中,我们设置了运行时配置
1. by adding org.eclipse.jdt.launching to the depedencies of the plugin.
2. by creating a launcher class in a package and making it extend JavaLaunchDelegate.
但是我得到-
The hierarchy of the type launcher is inconsistent
我不明白,因为无法更改构建路径,因为构建路径已经具有插件依赖项中的jdt.launching库。