目录

ideaformac异常

  • 今天运行idea是报如下异常:
  • Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/bin/java (0x10d19c4c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x10ea194e0). One of the two will be used. Which one is undefined.
  • 于是乎在 stackoverflow 上搜了一下,结论是这是Mac上的java 一个bug,不过这并不影响正常的编程工作。
  • 当然,身为一名代码搬运工,我是有洁癖的,一定要解决它。

解决方法:

  • 在idea中,进入 Help > Edit Custom Properties…

  • 修改idea.properties,添加以下内容:

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