IDEA 运行控制台打印如下内容:
objc[3087]: Class JavaLaunchHelper is implemented in both . One of the two will be used. Which one is undefined.
解决方法:
1.Help--》Edit Custom Properties
2.在配置文件中添加如下配置:
idea.no.launcher=true
本文详细介绍了在使用IDEA时遇到的控制台打印关于ClassJavaLaunchHelper实现冲突的问题,并提供了解决方案,即通过编辑自定义属性idea.no.launcher设置为true来避免此类问题。
IDEA 运行控制台打印如下内容:
objc[3087]: Class JavaLaunchHelper is implemented in both . One of the two will be used. Which one is undefined.
解决方法:
1.Help--》Edit Custom Properties
2.在配置文件中添加如下配置:
idea.no.launcher=true
7693
1159
3190

被折叠的 条评论
为什么被折叠?