Class JavaLaunchHelper is implemented in two places

前端 未结 5 1429
迷失自我
迷失自我 2021-02-14 09:41

Today I upgraded my Intellij Idea on macOS Sierra, and now, when I run apps in console I have this error:

objc[3648]: Class JavaLaunchHelper is implemente

5条回答
  •  后悔当初
    2021-02-14 10:21

    I am using Intellij Idea 2017 and I got into the same problem. What solved the problem for me was to simply

    1. close the project in intelliJ
    2. File -> New -> project from existing resources
    3. use Import from external model (if any)
    4. open the project again.

提交回复
热议问题