idea 默认路径修改

1.查看 idea 的安装路径(右键点击 idea 图标,查看路径 )
“C:\Program Files\JetBrains\IntelliJ IDEA 2021.3.1\bin\idea64.exe”
在 bin 目录查看 idea.properties 文件,修改以下四个路径文件

# idea.config.path=${user.home}/.IntelliJIdea/config
idea.config.path=D:\developsoft/idea_home/.IntelliJIdea/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the caches directory.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system
idea.system.path=D:\developsoft/idea_home/.IntelliJIdea/system

#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the user-installed plugins directory.
#---------------------------------------------------------------------
# idea.plugins.path=${idea.config.path}/plugins
idea.plugins.path=D:\developsoft/idea_home/.IntelliJIdea/config/plugins
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the logs directory.
#---------------------------------------------------------------------
# idea.log.path=${idea.system.path}/log
idea.log.path=D:\developsoft/idea_home/.IntelliJIdea/system/log

在这里插入图片描述

重新启动 idea 时,选择确认修改;

相关推荐

  1. idea默认代码生成脚本修改

    2024-07-11 14:08:03       36 阅读
  2. ubuntu18.04安装docker 并修改默认路径

    2024-07-11 14:08:03       36 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-11 14:08:03       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-11 14:08:03       72 阅读
  3. 在Django里面运行非项目文件

    2024-07-11 14:08:03       58 阅读
  4. Python语言-面向对象

    2024-07-11 14:08:03       69 阅读

热门阅读

  1. mysql中count的区别

    2024-07-11 14:08:03       21 阅读
  2. springboot对象参数赋值变化

    2024-07-11 14:08:03       18 阅读
  3. 什么是数据挖掘(python)

    2024-07-11 14:08:03       25 阅读
  4. python的类变量和实例变量

    2024-07-11 14:08:03       24 阅读
  5. JDK-CompletableFuture

    2024-07-11 14:08:03       25 阅读
  6. Python 获取 SQL 指纹和 HASH 值

    2024-07-11 14:08:03       26 阅读
  7. 井字棋 AI-Python

    2024-07-11 14:08:03       25 阅读
  8. android解锁remount

    2024-07-11 14:08:03       27 阅读
  9. 洛谷 P3008 [USACO11JAN] Roads and Planes G

    2024-07-11 14:08:03       23 阅读
  10. 2.Spring的IOC容器里面加入对象的常见方式

    2024-07-11 14:08:03       25 阅读
  11. React基础学习-Day02

    2024-07-11 14:08:03       20 阅读