有關(guān)將idea的系統(tǒng)配置文件移到其它盤激活失效的問題
1. 系統(tǒng)盤清理說明
win7 80G的系統(tǒng)盤,隨著使用時間的增加,空間越來越小,只剩不到2G,隨計劃清理系統(tǒng)盤數(shù)據(jù)
1. maven 下載的jar移動到其它盤,這個比較簡單,這里不做說明
修改maven settings.xml文件目錄根據(jù)需要修改,<localRepository>D:/m2_repo/repository</localRepository>
2. idea 2019.3,C:\Users\用戶名\.IntelliJIdea2019.3目錄占3.4G,移到其他盤符后發(fā)現(xiàn)注冊失效
2. idea 注冊失效解決
關(guān)閉所有idea應(yīng)用
2.1 修改idea安裝目錄配置文件
修改安裝目錄idea 安裝目錄配置文件,bin/idea.properties,目的目錄根據(jù)需要修改 # 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 刪除系統(tǒng)盤多余的文件
這個目錄和文件保留,其它文件和目錄全部刪除 C:\Users\用戶名\.IntelliJIdea2019.3\config\idea64.exe.vmoptions
2.3 打開 idea 測試
打開idea,發(fā)現(xiàn)一切正常,配置文件都在,注冊也沒有失效。
到此這篇關(guān)于有關(guān)將idea的系統(tǒng)配置文件移到其它盤激活失效的問題的文章就介紹到這了,更多相關(guān)idea配置文件移到其它盤激活失效內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!
相關(guān)文章
如何使用VSCode插件Remote-Tunnels連接服務(wù)器
本文介紹使用Remote?-?Tunnels連接服務(wù)器,該方法需要遠程服務(wù)器有流暢的網(wǎng)絡(luò)環(huán)境,它使用微軟的服務(wù)來建立隧道,需要登錄GitHub,本文給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友參考下吧2023-11-11關(guān)于IE11修改User-agent不再支持document.all等
這篇文章主要介紹了關(guān)于IE11修改User-agent不再支持document.all等,需要的朋友可以參考下2015-12-12如何巧用vimdiff來替代原始的svn diff和git diff(效率提升)
這篇文章主要介紹了如何巧用vimdiff來替代原始的svn diff和git diff(效率提升),需要的朋友可以參考下2020-07-07