Error occurred during initialization of boot layer FindException: Module not found

前端 未结 8 1533
庸人自扰
庸人自扰 2020-11-28 13:39

Executing a simple \"Hello World\" program using Java 9 results in the following error message:

Error occurred during initialization of boot layer

8条回答
  •  温柔的废话
    2020-11-28 14:14

    I just encountered the same issue after adding the bin folder to .gitignore, not sure if that caused the issue.

    I solved it by going to Project/Properties/Build Path and I removed the scr folder and added it again.

提交回复
热议问题