idea Error running ‘Application‘: Command line is too long

it2024-12-18  12

idea Error running 'Application': Command line is too long解决方法

问题解决方法一(亲测可用)方法二

问题

新项目在Idea里面启动时报错Error running ‘Application’: Command line is too long,如下面截图

解决

方法一(亲测可用)

找到项目根目录下idea/workspace.xml文件,然后再找到

<component name="PropertiesComponent">

标签,标签如下所示 在component 标签中加上

<property name="dynamic.classpath" value="true" />

重新启动项目,问题解决。

方法二

如图所示,打开run-> edit configuration ,如下图所示修改,问题解决

最新回复(0)