记 IDEA 启动 Command line is too long 解决

柔光的暖阳◎ 2023-09-28 12:59 249阅读 0赞

title: 记 IDEA 启动 Command line is too long 解决
date: 2022-07-01 15:24:03
tags:

  • IDEA
    categories:
  • 问题记录
    cover: https://cover.png
    feature: false

1. IDEA 2021 及之前

在项目的 .idea 文件中,找到 workspace.xml 文件
在这里插入图片描述
打开,找到 <component name="PropertiesComponent"> 标签,在里面加上一条
<property name="dynamic.classpath" value="true" />

2. IDEA 2022

照样在项目的 .idea 文件中,找到 workspace.xml 文件,同样找到 <component name="PropertiesComponent"> 标签,加上 "dynamic.classpath": "true",
在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,249人围观)

还没有评论,来说两句吧...

相关阅读