amk 发表于 2013-5-11 09:36:57

IntelliJ IDEA 设置配置工作区域

找到idea\bin\idea.properties
更改

# Use ${idea.home} macro to specify location relative to IDE installation home
# Also use ${xxx} where xxx is any java property (including defined in previous lines of this file) to refer to its value
# Note for Windows users: please make sure you're using forward slashes. I.e. c:/idea/system

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
# idea.config.path=${user.home}/.IntelliJIdea/config
idea.config.path=D:/Program Files/JetBrains/ideaConfig/IntelliJIdea12/config

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system
idea.system.path=D:/Program Files/JetBrains/ideaConfig/IntelliJIdea12/system

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
# idea.plugins.path=${user.home}/.IntelliJIdea/config/plugins
idea.plugins.path=D:/Program Files/JetBrains/ideaConfig/IntelliJIdea12/config/plugins
页: [1]
查看完整版本: IntelliJ IDEA 设置配置工作区域