eclipse product invocation causes java.lang.RuntimeException: No application id has been found

前端 未结 6 766
半阙折子戏
半阙折子戏 2021-01-11 11:35

I just exported a product that is working nicely if I hit the \"Launch an Eclipse application\" button. If try to execute the exported product, I get following exception on

6条回答
  •  感动是毒
    2021-01-11 12:14

    I had a similar exception while launching my project. In my case, the reason was JRE version - I've set JRE 1.7 instead of 1.6 in debug configuration, and things started to work. I believe the same thing can happen, if the project was configured for OpenJDK 1.6, and the debug launches it with sun-JDK 1.6.

提交回复
热议问题