美文网首页
IntelliJ idea使用问题

IntelliJ idea使用问题

作者: 趣丸技术 | 来源:发表于2018-01-15 21:36 被阅读204次

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使用问题

      本文链接:https://www.haomeiwen.com/subject/sxudgxtx.html