How to force IntelliJ to use a different home folder

前端 未结 3 1209
-上瘾入骨i
-上瘾入骨i 2021-02-09 17:13

I have a computer with two hard drives. In the first one, an SSD disk, I have Windows partition (C) and on the second one (D), a raid volume, I install all the programs. I also

3条回答
  •  甜味超标
    2021-02-09 17:55

    As dawez allready answered, you should edit idea.properties to set config, system, plugins and log paths.

    But if you want to change the user.home path, then you must edit idea.exe.vmoptions file. Just add the following at the end of the file:

    -Duser.home=your_new_user_home_path
    

    If you use idea64.exe then you should edit idea64.exe.vmoptions file.

提交回复
热议问题