objc[20556]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.

淩亂°似流年 2022-05-27 12:35 145阅读 0赞

用Maven clean的时候报错:

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

解决办法是在IDEA的菜单中”Help” -> “Edit Customer Properties…”中添加如下:

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

重启IDEA就OK!

发表评论

表情:
评论列表 (有 0 条评论,145人围观)

还没有评论,来说两句吧...

相关阅读