有关将idea的系统配置文件移到其它盘激活失效的问题
1. 系统盘清理说明
win7 80G的系统盘,随着使用时间的增加,空间越来越小,只剩不到2G,随计划清理系统盘数据
1. maven 下载的jar移动到其它盘,这个比较简单,这里不做说明
修改maven settings.xml文件目录根据需要修改,<localRepository>D:/m2_repo/repository</localRepository>
2. idea 2019.3,C:\Users\用户名\.IntelliJIdea2019.3目录占3.4G,移到其他盘符后发现注册失效
2. idea 注册失效解决
关闭所有idea应用
2.1 修改idea安装目录配置文件
修改安装目录idea 安装目录配置文件,bin/idea.properties,目的目录根据需要修改 # idea.config.path=${user.home}/.IntelliJIdea/config idea.config.path=D:/idea_config/.IntelliJIdea2019.3/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:/idea_config/.IntelliJIdea2019.3/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 idea.plugins.path=D:/idea_config/.IntelliJIdea2019.3/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.log.path=D:/idea_config/.IntelliJIdea2019.3/log
2.2 删除系统盘多余的文件
这个目录和文件保留,其它文件和目录全部删除 C:\Users\用户名\.IntelliJIdea2019.3\config\idea64.exe.vmoptions
2.3 打开 idea 测试
打开idea,发现一切正常,配置文件都在,注册也没有失效。
到此这篇关于有关将idea的系统配置文件移到其它盘激活失效的问题的文章就介绍到这了,更多相关idea配置文件移到其它盘激活失效内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!
相关文章
如何使用VSCode插件Remote-Tunnels连接服务器
本文介绍使用Remote - Tunnels连接服务器,该方法需要远程服务器有流畅的网络环境,它使用微软的服务来建立隧道,需要登录GitHub,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧2023-11-11关于IE11修改User-agent不再支持document.all等
这篇文章主要介绍了关于IE11修改User-agent不再支持document.all等,需要的朋友可以参考下2015-12-12如何巧用vimdiff来替代原始的svn diff和git diff(效率提升)
这篇文章主要介绍了如何巧用vimdiff来替代原始的svn diff和git diff(效率提升),需要的朋友可以参考下2020-07-07
最新评论