• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

在同一台电脑上安装两个不同版本的idea

武飞扬头像
qiumodeluoye
帮助1

如何在同一台电脑上安装两个不同版本的idea

(1) 第一个idea正常安装

(2)第二个(此处使用2022.2)使用idea压缩包安装,安装在不同的目录

(3)修改/ideaIU-2022.2.win/bin/idea.properties的如下配置:

#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the settings directory.
#---------------------------------------------------------------------
idea.config.path=${user.home}/.IntelliJIdea2022.2.1/config

#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the caches directory.
#---------------------------------------------------------------------
idea.system.path=${user.home}/.IntelliJIdea2022.2.1/system

#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the user-installed plugins directory.
#---------------------------------------------------------------------
idea.plugins.path=${idea.config.path}/plugins

#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the logs directory.
#---------------------------------------------------------------------
idea.log.path=${idea.system.path}/log

学新通

(4)同时在C:\Users\用户\目录下创建一个名称为 .IntelliJIdea2022.2.1的文件夹
这样两个不同版本的idea就可以独立的使用自己的一条配置

(5)第二个idea安装完成后,打不开,但是缓存文件已经生成了,需要删除掉,
路径 : C:\Users\用户名\AppData\Roaming\JetBrains
找到打不开的那个版本的idea同名目录删除掉即可

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhgcfahg
系列文章
更多 icon
同类精品
更多 icon
继续加载