Java EE Module Dependencies in web project?
Posted
by
Sled
on Stack Overflow
See other posts from Stack Overflow
or by Sled
Published on 2010-07-29T17:29:32Z
Indexed on
2011/01/11
10:53 UTC
Read the original article
Hit count: 185
Hey guys,
I have this webprojec to which I have to add a jar from another EJB project. Normally I'd right-click the webproject and go to properties -> Java EE Module Dependencies. I don't know if it is because I upgraded eclipse, or i'm doing something wrong, but I just can't find the "Java EE Module Dependencies" in the properties window. Both projects are linked with the same EAR so the EJB jar file shuld be there!
Any ideas what I'm doing wrong or some other way I could attach the EJB's JAR file? I'm only allowed to work with eclipse, so netbeans is not an option.
Thanks!
EDIT: basically, this is what I want to do, but that specific panel won't show up...
© Stack Overflow or respective owner