Intellij IDEA运行java或scala程序报Command line is too long解决方法

使用IDEA编写java程序(或scala程序),运行main方法,报错:
Error running ‘WordCount’: Command line is too long. Shorten command line for WordCount or also for Application default configuration.

解决方法:

修改项目下 .idea\workspace.xml
右键打开项目工程目录 :
在这里插入图片描述
找到 .idea\workspace.xml
Intellij IDEA运行java或scala程序报Command line is too long解决方法_第1张图片
找到标签 , 在标签里加一行

 

再次运行main方法,不再报Command line is too long错。

你可能感兴趣的:(开发问题解决)