This compilation unit is not on the build path of a Java project

后端 未结 8 833
后悔当初
后悔当初 2020-12-24 05:39

When I try to use ctrl+space this error is shown:

This compilation unit is not on the build path of a Java project.

I see tha

8条回答
  •  Happy的楠姐
    2020-12-24 06:00

    If your project is imported as an existing maven project then --> Just right click on project and do maven update. It resolved my similar issue.

提交回复
热议问题