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

前端 未结 8 1556
庸人自扰
庸人自扰 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:04

    check your project build in jdk 9 or not above that eclipse is having some issues with the modules. Change it to jdk 9 then it will run fine

提交回复
热议问题