Command line is too long. Shorten command line for testMLDome1 or also for Application default configuration


在.idea文件夾中,更改workspace.xml文件

加這段語句:

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

  <component name="PropertiesComponent">
.
.
.
  </component>
例:在里面加上灰色的代碼。

<component name="PropertiesComponent">
    <property name="project.structure.last.edited" value="Project" />
    <property name="project.structure.proportion" value="0.0" />
    <property name="project.structure.side.proportion" value="0.0" />
    <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
    <property name="dynamic.classpath" value="true" /> 
  </component>
 

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM