我将我的RCP应用程序从Eclipse Oxygen迁移到Photon,也从Java8迁移到Java10。
如果我从Eclipse启动,代码就会编译,应用程序也能正常工作。然而,当我尝试构建我的应用程序时,我得到了一个错误:
plug-in JavaSE_0.0.0 has not been found
Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-10
Host plug-in JavaSE_0.0.0 has not been found.我在谷歌上找不到任何有用的解决方案。也许你们中的一些人能帮我。
我的清单文件包含此标头:
Bundle-RequiredExecutionEnvironment: JavaSE-10https://stackoverflow.com/questions/51247561
复制相似问题