[Error] IntelliJ build 시 command line is too long 오류

sungeun·2022년 11월 10일
0
post-thumbnail

문제 : IntelliJ buile 시 command line is too long 오류 발생.

해결 : 2번을 이용하여 해결.

  1. 프로젝트 > .idea > workspace.xml PropertiesComponent 에 아래 property 추가.
    <component name="PropertiesComponent">
    	<property name="dynamic.classpath" value="true" />
    </component>
  2. 프로젝트 > Run/Debug Configurations > Shorten command line JAR manifest 로 변경.
profile
Back-end Developer

0개의 댓글