InteliJ Idea 2017.1 for Mac 版 objc[4163]: Class JavaLaunchHelper is implemented in both XXX提示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了InteliJ Idea 2017.1 for Mac 版 objc[4163]: Class JavaLaunchHelper is implemented in both XXX提示相关的知识,希望对你有一定的参考价值。

You can find all the details here:


IDEA-170117"objc: Class JavaLaunchHelper is implemented in both ..." warning in Run consoles

It‘s the old bug in Java on Mac that got triggered by the Java Agent being used by the IDE when starting the app. This message is harmless and is safe to ignore. Oracle developer‘s comment:


The message is benign, there is no negative impact fromthis problem since both copies of that class are identical (compiled from the exact same source). It is purely a cosmetic issue.

The problem is fixed in Java 9 and in Java8 update 152.


If it annoys you or affects your apps in any way, the workaroundfor IntelliJ IDEA is to disable idea_rt launcher agent by addingidea.no.launcher=true into idea.properties (Help | Edit Custom Properties...).


以上是关于InteliJ Idea 2017.1 for Mac 版 objc[4163]: Class JavaLaunchHelper is implemented in both XXX提示的主要内容,如果未能解决你的问题,请参考以下文章

Linux 环境 Intelij Idea 安装与快捷图标配置

intelij idea项目没有src目录

Intelij idea新窗口打开项目设置

intelij IDEA在启动tomcat时日志乱码

intelij idea 怎么升级

inteliJ IDEA使用SVN进行代码管理