While running a JAR application in IntelliJ IDEA in Linux OS I am getting this error :
error=7, Argument list too long.
I tried adding a property in .idea/workspace.xml as:
but there has been no change.
Also, there is no such option in the run configuration settings to shorten the command line if I run this as a JAR application.
Also, I tried to run this as an application and had used the option shorten command line but then also there has been no change.
Asked
Active
Viewed 427 times
1

Sugata Kar
- 367
- 1
- 10
-
You may like to refer to https://stackoverflow.com/questions/31876974/cannot-run-program-error-7-argument-list-too-long. – Hitesh A. Bosamiya Feb 04 '22 at 08:46