Java 11 Unable to derive module descriptor

前端 未结 2 1370
-上瘾入骨i
-上瘾入骨i 2020-11-30 15:10

I am getting this error message when I try to compile my new modularized Java 11 application:

Error occurred during initialization of boot layer
java.lang.mo         


        
2条回答
  •  失恋的感觉
    2020-11-30 15:52

    I tried to install update for TestNG in eclipse: "Help -> Check for updates -> deselect all and select TestNG check box. Then
    install latest version i installed the version which starts with 7.2.0.

    It fixed the issue for me.

提交回复
热议问题