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
For me, it was that i only had to move the selenium.jar in my build path in libraries from modulepath to classpath. hope it helps.