码迷,mamicode.com
首页 > 编程语言 > 详细

objc[8715]: Class JavaLaunchHelper is implemented in both....

时间:2017-08-17 12:48:03      阅读:806      评论:0      收藏:0      [点我收藏+]

标签:javalauchhelper

在Mac上,升级IntelliJ Idea 2017.01后,运行的时候出现了一个红色的警告:

objc[8715]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java (0x102c804c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x102d5c4e0). One of the two will be used. Which one is undefined.

解决方法:

在idea中,进行修改idea.properties

打开idea --> 工具栏Help --> Edit Custom Properties...

技术分享

添加一下内容

#custom IntelliJ IDEA properties
idea_rt
idea.no.launcher=true

重启idea就可以了

标签: JavaLaunchHelper IntellJ Idea

上一篇: 使用Kotlin来开发Android,这些优缺点要考虑下一篇: 没有了

本文地址: https://www.niwoxuexi.com/blog/kotlin/article/232.html

版权声明:本篇文章,如非注明,皆为博主 kotlin 原创。转载需注明本文链接并保证链接可用。


objc[8715]: Class JavaLaunchHelper is implemented in both....

标签:javalauchhelper

原文地址:http://andy2290.blog.51cto.com/13193207/1957000

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!