1. ホーム
  2. Java

IDEAが新しいプロジェクトを実行すると、Error running 'XXXApplication' と表示されます。XXXAppのコマンドラインを短くしてください。

2022-02-27 20:41:01
<パス

解決策

First find the .idea/workspace.xml file inside the project project.
Then find the <component name="PropertiesComponent"></component> tag.
The tags look like this.

Then add another line to the component tag 
<property name="dynamic.classpath" value="true" />
As shown in the image.


<イグ

Then add another line to the component tag 
<property name="dynamic.classpath" value="true" />
As shown in the image.


<イグ

保存して、再度プロジェクトを起動すると、正常に実行されます。