Java EE Module Dependencies page in Eclipse missing projects

本秂侑毒 提交于 2019-12-13 06:52:04

问题


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 available 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?


回答1:


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.



来源:https://stackoverflow.com/questions/3632016/java-ee-module-dependencies-page-in-eclipse-missing-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!