Can't build Selenium standalone in java 11

前端 未结 4 617
失恋的感觉
失恋的感觉 2020-12-07 05:31

I am building a Java Selenium standalone application using Java11 in Eclipse 2018-12 but my builds fail:

java.lang.module.FindException: Unable to der

4条回答
  •  我在风中等你
    2020-12-07 05:32

    see here https://github.com/SeleniumHQ/selenium/wiki/Building-WebDriver

    The Java JDK 8 (note that versions 9 & 10 are not currently supported for building Selenium). Download it from Oracle's site if it's not already on your computer.

提交回复
热议问题