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

前端 未结 8 1552
庸人自扰
庸人自扰 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条回答
  •  Happy的楠姐
    2020-11-28 14:16

    I had the same issue while executing my selenium tests and I removed the selenium dependencies from the ModulePath to ClassPath under Build path in eclipse and it worked!

提交回复
热议问题