0
点赞
收藏
分享

微信扫一扫

objc[696]: Class JavaLaunchHelper is implemented in both

毅会 2022-02-18 阅读 68


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


solve problem :

1. open idea --> Help --> Edit Custom Properties...

2. edit  idea.properties

#custom IntelliJ IDEA properties

idea_rt
idea.no.launcher=true


3. restart idea







举报

相关推荐

0 条评论