【Intellij IDEA运行报Command line is too long解决方案】
程序员文章站
2022-03-24 19:52:59
...
解决Intellij IDEA运行报Command line is too long的问题
Command line is too long. Shorten command line for xxx or also for Application default configuration
方案有如下两种
方案一:
1、打开程序的运行配置,把Shorten command line
改为JAR manifest
或classpath file
方案二:
2、找到项目下的.idea/workspace.xml,在标签<component name="PropertiesComponent">里添加一行属性:<property name="dynamic.classpath" value="true" />
<component name="PropertiesComponent">
其它属性不改
<property name="dynamic.classpath" value="true" />
</component>
推荐阅读
-
Intellij IDEA运行报Command line is too long解法
-
IntelliJ: Command Line is too Long. Shorten command line for…
-
Intellij IDEA运行报Command line is too long解法
-
idea Error running ‘ServiceStarter‘: Command line is too long.
-
IDEA启动项目时报错:Error running 'Application': Command line is too long. Shorten command line for Applicat
-
【Intellij IDEA运行报Command line is too long解决方案】
-
【Intellij IDEA运行报Command line is too long解决方案】