IntelliJ IDEA問題備忘

Grails 工程無法啓動,報錯如下;

Error running Test1: Command line is too long. In order to reduce its length classpath file can be used. Would you like to enable classpath file mode for all run configurations of your project? Enable java.lang.NoClassDefFoundError: org/springsource/loaded/ri/ReflectiveInterceptor

需要修改.idea/workspace.xml

<component name="PropertiesComponent">
  ...
  <property name="dynamic.classpath" value="true" />
</component>
把dynamic.classpath改爲false


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章