千家信息网

将intelij idea或者golang 的隐藏文件由C盘移动到其他盘?

发表于:2025-02-09 作者:千家信息网编辑
千家信息网最后更新 2025年02月09日,1、将{用户目录}/.IntelliJIdea2018.1文件夹到 E:/software/0-yincangwenjian/.IntelliJIdea2018.12、修改 {IDEA目录}/bin/
千家信息网最后更新 2025年02月09日将intelij idea或者golang 的隐藏文件由C盘移动到其他盘?

1、将{用户目录}/.IntelliJIdea2018.1文件夹到 E:/software/0-yincangwenjian/.IntelliJIdea2018.1

2、修改 {IDEA目录}/bin/idea.properties 文件的内容如下:

 idea.config.path=E:/software/0-yincangwenjian/.IntelliJIdea2018.1/config   idea.system.path=E:/software/0-yincangwenjian/.IntelliJIdea2018.1/system idea.plugins.path=${idea.config.path}/plugins idea.log.path=${idea.system.path}/log  

3、如果不想额外生成类似的文件software0-yincangwenjians.IntelliJIdea2018.1config等的话, 还需要继续修改idea.properties的一个属性

idea.dynamic.classpath=false 改成idea.dynamic.classpath=true

IntelliJIdea2018.1 与 golang的修改方法是一样的

0