IntelliJ IDEA提示:Class JavaLaunchHelper is implemented in both的错误解决
Posted Jim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IntelliJ IDEA提示:Class JavaLaunchHelper is implemented in both的错误解决相关的知识,希望对你有一定的参考价值。
这个错误是Mac下特有的,并且据说是一个老Bug,不影响使用。
修复方法:
Help->Edit Custom Properties,没有这个properties文件的话,IDEA会提示创建,然后在里面加上idea.no.launcher=true
重启即可。
参考:
https://www.zhihu.com/question/56283626
http://blog.csdn.net/loongshawn/article/details/65629180
http://blog.csdn.net/lizhaowei213/article/details/68951671
以上是关于IntelliJ IDEA提示:Class JavaLaunchHelper is implemented in both的错误解决的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA遇到Unable to parse template “Class”错误
intelliJ idea像eclipse一样在class中断点调试
在 Intellij idea 中 ,System.out.println("新的Book类"); 会提示“class or interface expected”