博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IntelliJ IDEA2017 修改缓存文件的路径
阅读量:6245 次
发布时间:2019-06-22

本文共 2462 字,大约阅读时间需要 8 分钟。

IDEA的缓存文件夹.IntelliJIdea2017.1,存放着IDEA的破解密码,各个项目的缓存,默认是在C盘的用户目录下,目前有1.5G大小。现在想要把它从C盘移出。

在IDEA的安装路径下中,进入bin目录后找到属性文件:idea.properties 用记事本打开,找到如下代码段:

1 #--------------------------------------------------------------------- 2 # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes. 3 #--------------------------------------------------------------------- 4 # idea.config.path=${user.home}/.IntelliJIdea/config 5  6 #--------------------------------------------------------------------- 7 # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes. 8 #--------------------------------------------------------------------- 9 # idea.system.path=${user.home}/.IntelliJIdea/system10 11 #---------------------------------------------------------------------12 # Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes.13 #---------------------------------------------------------------------14 # idea.plugins.path=${idea.config.path}/plugins

 

需要注意,在IDEA2017中,默认这些配置是注释掉的,我在这可吃了大亏,没想到配置没有生效的原因是如此简单。

更改配置文件如下:

1 #--------------------------------------------------------------------- 2 # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes. 3 #--------------------------------------------------------------------- 4 idea.config.path=E:/jiashubing/.IntelliJIdea/config 5  6 #--------------------------------------------------------------------- 7 # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes. 8 #--------------------------------------------------------------------- 9 idea.system.path=E:/jiashubing/.IntelliJIdea/system10 11 #---------------------------------------------------------------------12 # Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes.13 #---------------------------------------------------------------------14 idea.plugins.path=${idea.config.path}/plugins

 

更改了以后重启IDEA,会弹出如下界面Complete Installation,选择Previous version

 

此时,在目录下生成了一个.IntelliJIdea文件

此时把.IntelliJIdea2017.1删除了也可以,原来的项目也都能找得到

  PS:初始缓存文件夹.IntelliJIdea2017.1的来历,之前安装的是IDEA2015,那时的缓存文件是.IntelliJIdea,后来将IDEA2015升级成了IDE2017,在同一个目录下生成了这个.IntelliJIdea2017.1文件夹。可能是IDEA内部的某种设置,如果文件中已经存在了.IntelliJIdea文件,就要在后面增加版本号后缀。

 

转载地址:http://lnria.baihongyu.com/

你可能感兴趣的文章
SpringMVC使用hibrenate validation进行验证
查看>>
为什么System.out.println(super)不被允许?
查看>>
angular开发中常遇到的坑
查看>>
angularJS
查看>>
微软可穿戴设备新专利公布
查看>>
web应用安全的现状是怎样的
查看>>
QuikNode -Infura高配版
查看>>
JVM学习记录——类加载的过程
查看>>
iOS 仿看了吗应用、指南针测网速等常用工具、自定义弹出视图框架、图片裁剪、内容扩展等源码...
查看>>
分布式系统中ID的需求
查看>>
引入计算属性、action、动态内容
查看>>
linux shell 命令下批量添加文件的后缀 和批量删除 拥有某后缀的文件
查看>>
OSChina 周三乱弹 ——京中有善口技者
查看>>
MyEclipse2014 Update Progress弹窗频繁出现的问题解决
查看>>
异或运算
查看>>
python 爬虫抓取心得分享
查看>>
教你ABBYY FineReader 12添加图像的技巧
查看>>
Zabbix服务端部署
查看>>
mysql 查询(详细版)
查看>>
天使汇
查看>>