Automatic modules not found in Eclipse 2018-12 when project is opened
问题 I want to switch from Oracle JDK 8 to Open JDK 11 using Eclipse 2018-12. I have the following situation: In my Eclipse workspace I have a main maven project called example with some maven dependencies my_dependency_1, my_dependency_2 that are also maven projects in the same workspace. Currently, only example is modular (and thus contains a module-info.java ). The other projects are non-modular and are included in the pom.xml as well as required (automatic) modules in the module-info.java of