Debug
[IntelliJ] command line is too long. Shorten command line for...
autocat
2020. 9. 14. 14:53
이와 같은 에러와 함께 Run / Build가 안될시
해당 프로젝트의 .idea/workspace.xml을 들어가서
<component name="PropertiesComponent">태그 사이에
<property name="dynamic.classpath" value="true" />
를 삽입하면 실행된다.