반응형
IntelliJ IDEA 빌드 시작 시 Command Line is too long Error 처리 방법
[Error Message]
Error running 'projectA'
Error running projectAApplication. Command line is too long.
Shorten the command line and rerun.
우측 하단의 Event Log 탭에 에러 메시지가 발생 한다.
workspace.xml 파일에
component name = PropertiesComponent
라인 찾아서
</property name="dynamic.classpath" value="true" >
해당 문구 추가
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
</component>
위와 같이 해당 문구 작성후 빌드 하면 에러 해결