您的位置:首页 > 编程语言 > Java开发

idea 启动Class JavaLaunchHelper is implemented in both 。。。

2017-07-26 16:34 751 查看
Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/java (0x10eb364c0) and /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x10f6714e0). One of the two will be used. Which one is undefined.


解决办法:

点击IntelliJ IDEA最上面菜单的”Help”下的“Edit Custom Properties”,没有这个properties文件的话,IntelliJ IDEA会提示创建,在文件中加上

idea.no.launcher=true

重启IntelliJ IDEA
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐