美文网首页
objc[8838]: Class JavaLaunchHelp

objc[8838]: Class JavaLaunchHelp

作者: 槐树向北 | 来源:发表于2018-02-09 11:57 被阅读20次

我的Mac pro IDEA2017.3.4版本报以下错,虽然不影响使用,但不能忍。

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


问题图片

解决方法:
添加:idea.no.launcher=true 到 idea.properties文件中。

怎样进这个文件:

  • 方法1: 在Finder 的应用程序中找到IDEA的图标,右键,显式包内容,contents→bin里面
  • 方法2: 看下图 找到修改ideal.properties文件的地方
    修改完成

最后修改完成后重启IDEA

重启IDEA

相关文章

网友评论

      本文标题:objc[8838]: Class JavaLaunchHelp

      本文链接:https://www.haomeiwen.com/subject/fbeftftx.html