IDEA运行Java代码报错Command line is too long

Error running 'xxx':
Command line is too long. Shorten command line for xxx or also for Application default configuration.

解决方案一

在项目下的.idea/workspace.xml 中 标签下加入
如下:
IDEA运行Java代码报错Command line is too long_第1张图片

解决方案二

打开程序的运行配置,把Shorten command line改为JAR manifest或classpath file,如图所示:
IDEA运行Java代码报错Command line is too long_第2张图片

你可能感兴趣的:(问题,intellij-idea,java,ide)