본문 바로가기

프로그래밍/ETC

[Intellij IDEA] - 빌드 에러 Error running 'Unnamed': Command line is too long. Shorten command line for Unnamed or also for Spring Boot default configuration.

반응형

개요

Intellij로 빌드를 하려는데 아래와 같은 에러메시지가 떴다.

Error running 'Unnamed': Command line is too long. Shorten command line for Unnamed or also for Spring Boot default configuration.

 

 

 


해결

workspace.xml 파일에 아래 코드 추가

 

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




 

Reference


intellij IDEA - 톰캣 러닝 오류. Command line is too long. Shorten.....

반응형