摘要
问题记录
- Ideal 运行时提示 - 1 
 2- objc[7169]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0 
 and /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x10ea194e0). One of the two will be used. Which one is undefined.- 解决方案: - Idea->Help->Edit Custom Propertis,打开ideal.properties文件,添加以下配置,然后重启即可 - 1 - idea.no.launcher=true 
- 查看虚拟机类型