【版本】IntelliJ Idea 2017.1

【系统】Mac

启动应用,系统提示如下信息: 

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

【解决办法】

修改IntelliJ Idea 配置

1.Help --> Edit Custom Properties

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

2.添加如下信息,关闭,重新打开项目运行。

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

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

 

 

相关文章:

  • 2021-07-19
  • 2021-05-27
  • 2022-12-23
  • 2021-11-06
  • 2021-09-28
  • 2022-12-23
  • 2021-12-29
  • 2021-11-15
猜你喜欢
  • 2021-03-31
  • 2021-04-12
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-08-20
  • 2021-10-09
相关资源
相似解决方案