Dependencies of Java EE modules in a web project?

I have this webprojec to which I have to add a jar from another EJB project. Usually I right-click a web project and go to Properties -> Dependencies of the Java EE Module. I donโ€™t know if this is due to the fact that I updated eclipse, or am I doing something wrong, but I just canโ€™t find the โ€œJava EE Module Dependenciesโ€ in the properties window. Both projects are associated with the same EAR, so the JJB jal shuld file will be there!

Any ideas what I am doing wrong or in some other way, could I attach an EJB JAR file? I am only allowed to work with eclipse, so netbeans is not an option.

Thanks!

EDIT: basically this is what I want to do , but this particular panel will not appear ...

+6
java eclipse java-ee
source share
1 answer

I found the answer on the eclipse irc channel, this function has been renamed and redone as a "deployment build" in the project properties.

+14
source share

All Articles