notes icon indicating copy to clipboard operation
notes copied to clipboard

解决Intellij idea Java JDK多重选择提示问题

Open v5tech opened this issue 8 years ago • 3 comments

问题描述

objc[52336]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/java (0x10942a4c0) and /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x1095a54e0). One of the two will be used. Which one is undefined.

配置Intellij Idea

1、打开idea.properties文件 help->edit custom properties

idea.no.launcher=true

2、在文件中添加一行

3、重启 idea 问题解决

v5tech avatar May 26 '17 07:05 v5tech

我的idea还是有这个问题,jdk1.8.0112,idea2018

beamaster avatar Nov 28 '18 11:11 beamaster

idea.properties 文件在哪……

FrankFang avatar Dec 21 '18 04:12 FrankFang

help->edit custom properties 没有认真看噢 @FrankFang

v5tech avatar Dec 26 '18 01:12 v5tech