I want to set up a new bare EAR with an EJB project and a WAR project. All libraries, in my understanding, should be in EarContent/APP-INF/lib and be exported as "EAR libraries" in both dependant projects. However, just putting JARs in the lib directory accomplishes nothing.
I read that I must edit the MANIFEST.MF file to include classpath for the JARs; to avoid manually editing the file, I read here -> http://pl.cs.jhu.edu/oose/resources/j2ee-tutorial/page.php?p=6 that I should find Deployment Assembly->Manifest Entries and from there add the required JARs. Problem is, I don't have the Manifest Entries tab nor any "Add manifest entries" button, or similar!
So, how do I automatically generate manifest entries? Or, is there some other optimal way to add libraries to an EAR project and its dependencies?