Error running ‘xxx‘: Command line is too long. Shorten command line for xxx or also for Application
程序员文章站
2022-04-15 17:37:24
...
问题描述:
Error running 'xxx':
Command line is too long. Shorten command line for xxx or also for Application default configuration.
问题解决:
修改.idea/workspace.xml文件,在标签<component name="PropertiesComponent">
里添加一行属性:<property name="dynamic.classpath" value="true" />,如下所示:
<component name="PropertiesComponent">
<property name="RequestMappingsPanelOrder0" value="0" />
<property name="RequestMappingsPanelOrder1" value="1" />
<property name="RequestMappingsPanelWidth0" value="75" />
<property name="RequestMappingsPanelWidth1" value="75" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/shark/shark-commons/shark-commons-bus/shark-commons-bus-admin/src/main/resources" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.path.for.package.eslint" value="project" />
<property name="node.js.path.for.package.tslint" value="project" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="settings.editor.selected.configurable" value="preferences.intentionPowerPack" />
<property name="dynamic.classpath" value="true" />
</component>
上一篇: Error running ‘LineTest.test‘: Command line is too long. Shorten command line for LineTest.test or a
下一篇: Error running 'MessageSendApp': Command line is too long. Shorten command line forMessageSendApp
推荐阅读
-
Error running Application. Command line is too long. Shorten the command line via JAR manifest or vi
-
Error running 'Application'-- Command line is too long.
-
idea Error running ‘ServiceStarter‘: Command line is too long.
-
Error running ‘LineTest.test‘: Command line is too long. Shorten command line for LineTest.test or a
-
Error running ‘xxx‘: Command line is too long. Shorten command line for xxx or also for Application
-
Error running 'MessageSendApp': Command line is too long. Shorten command line forMessageSendApp
-
IDEA启动项目时报错:Error running 'Application': Command line is too long. Shorten command line for Applicat
-
Error running ‘LocalTest‘: Command line is too long. Shorten command line for LocalTest or also for…
-
Error running ‘******Api‘: Command line is too long. Shorten command line for ******Api or also for
-
【异常】启动报错Error running ‘Application‘: Command line is too long. Shorten command line for Spring