天天看點

Description Resource Path Location Type AppliToolingPart cannot be resolved to a type AppliToolingPa

出現這種問題 可能是由于包引起的 在正式開發過程中 你可能需要修改src的路徑 這樣我們就要修改預設的路徑

在項目空間中,找出.classpath 編輯後修改:

classpathentry kind="src" path="src/main/java"/>

<classpathentry kind="src" path="src/test/java"/>

<classpathentry kind="src" path="src/main/resources"/>

Description Resource Path Location Type AppliToolingPart cannot be resolved to a type AppliToolingPa