IntelliJ idea使用问题

1. 使用IntelliJ idea创建的java工程无法编辑

原因:在安装向导中勾选了IntelliJ Vim插件,导致编辑器按照vim的方式工作,需 要按i才能输入
解决办法:在IntelliJ的偏好,plugins里搜到IntelliJ Vim并取消勾选,保存后重启即可

2. Mac IDEA2017.3.2版本报以下错误

objc[56644]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/bin/java (0x10d52e4c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x10d5b24e0). One of the two will be used. Which one is undefined.
解决方法:添加:idea.no.launcher=true到idea.properties中,
在Finder 的应用程序中找到IDEA的图标,右键,显式包内容,contents-》bin里面

你可能感兴趣的:(IntelliJ idea使用问题)