Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4139572
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

分类: Java

2013-03-27 21:09:01

从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

阅读(2516) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~