Here is the minimal reproduction
I'm using Eclipse Version: 2019-03 M1 (4.11.0 M1)
, Build id: 20190117-2133
The jars in question are Selenium, but they are the only ones in the main project which are multi-release jars, so I think that may be part of the problem
Basically, Eclipse has an error on build
selenium.firefox.driver cannot be resolved to a module
and all imports of the classes under that module give the error
The import org.openqa.selenium cannot be resolved
Or some variation thereof. Sometimes it is org
that it claims to not be able to resolve
Importantly, this does successfully compile under Maven