We're developing a web application using Tomcat and a number of other libraries, and we're having issues using the "Java EE Module Dependencies" page in Eclipse to assign dependencies to be placed in the lib/ directory of the webapp. (See screenshot)
The issue we're having is that while most of our projects show up as availabl开发者_Python百科e dependencies, a few are missing. We've done our research, and on some machines all of our projects appear properly, but not on others. Is there any rhyme or reason to the missing projects?
This is kind of a WAG, but can you try adding a "Utility Module" facet to the projects you want to add as a Java EE Module Dependency?
And then see whether those projects are available to be added as Java EE dependencies.
精彩评论