IDEA_2019.3.2 修改默认配置文件路径
随着 IDEA 的使用,配置文件越用越大,甚至以 G 做单位了,但在我们在刚开始使用时他就一直在 C 盘中,那么我们该怎么迁移这个大文件呢?
第一步:配置环境变量
关闭所有 IDEA 的运行程序,然后打开系统环境变量配置,根据系统向其中来添加这样的变量。
#32 位系统
IDEA_PROPERTIES=(转移之后文件夹的绝对路径)\config\idea.properties IDEA_VM_OPTIONS=(转移之后文件夹的绝对路径)\config\idea64.exe.vmoptions
#64 位系统
IDEA_PROPERTIES=(转移之后文件夹的绝对路径)\config\idea.properties IDEA64_VM_OPTIONS=(转移之后文件夹的绝对路径)\config\idea64.exe.vmoptions
第二步:修改 idea.properties 文件
找到 idea 的安装文件夹下的 bin
目录中的 idea.properties
文件 。
文件打开之后,找到下方标记的代码并更改,如果标记的代码被注释,清除 #
注释即可。
#---------------------------------------------------------------------Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
idea.config.path=(转移之后文件夹的绝对路径)/config
#---------------------------------------------------------------------Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
idea.system.path=(转移之后文件夹的绝对路径)/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=${idea.config.path}/plugins
#---------------------------------------------------------------------Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
idea.log.path=${idea.system.path}/log
第三步:启动 IDEA
以上步骤处理完之后,启动 IDEA 就可以正常运行,配置文件也都在。
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于