idea12的bug

2620阅读 0评论2013-03-27 mfc42d
分类:Java

从03年开始使用idea4开始,有10个年头了,idea一直有各种各样的bug,这次还是跌破眼镜。
下载idea 12.0.4,32位win7安装一切正常,64位win7 ,启动时,出现 c:\user\\.Intellijidea12/config没有找到,要求重新安装。
重新安装后问题依旧,去idea论坛看了一把,确认是个bug。
只好修改idea安装目录,bin下面的idea.properties

将${user.home}换成自己想到的目录

# path to IDEA config folder. Make sure you're using forward slashes
idea.config.path=E:/Program Files/JetBrains/IdeaConfig/.IntelliJIdea90/config

# path to IDEA system folder. Make sure you're using forward slashes
idea.system.path=E:/Program Files/JetBrains/IdeaConfig/.IntelliJIdea90/system

# path to user installed plugins folder. Make sure you're using forward slashes
idea.plugins.path=E:/Program Files/JetBrains/IdeaConfig/.IntelliJIdea90/config/plugins
这样还有一个好处,就是idea的cache文件不占用c盘空间了。

也可以启动时,指定 set IDEA_PROPERTIES=c:\config\MyIntelliJ.properties

export IDEA_PROPERTIES=/home/anton/MyIntelliJ.properties

上一篇:Linux下MySQL 5.5.18源码编译安装
下一篇:maven3本地仓库的设置