ideaのシステム設定ファイルを他のディスクに移動しても無効になります。


1.システムディスクの整理説明
win 7 80 Gのシステムディスクは、使用時間が増えるにつれて、空間がますます小さくなり、2 Gにしか残らず、システムディスクのデータを整理する予定です。
1.mavenでダウンロードしたjarは他のディスクに移動します。これは比較的簡単です。ここでは説明しません。
   maven settings.xmlファイルリストを修正し、必要に応じて修正します。D://m 2_repo/repository
2.idea 209.3、C:\Users\ユーザー名\.IntelliJIdea 209.3ディレクトリは3.4 Gを占め、他のディスクに移動したら登録が無効になりました。
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プロファイルが無効になります。以前の記事を検索してください。または、下記の関連記事を引き続きご覧ください。どうぞよろしくお願いします。