I am trying to export a WAR file from Eclipse. I have a \"Dynamic Web Project\". But I need classes created for two other projects, one a plain Java project, the other anoth
You need to add your other project as a Java EE module to your web project. Right click on your web project -> properties -> Java EE module Dependencies. Add the 'other' project to it. Eclipse will include this project in the export.