I have a Web project (servlets) that references two other ‘plain’ Java projects (biz logic) in the workspace. No compilation issues, but the other plain Java projects don’t make it into the deployment, so I get runtime / debugging ClassNotFound errors, the external jars however do make it.
Here are my settings:
Web Project Properties:
+- Project References: has the relevant projects checked.
+- MyEclipse-Web, ‘use Smart Deploy’ and ‘Always Deploy External’
+- Java Build Path
….+-Projects: has the relevant projects checked.
….+-Order and Export: has the relevant projects checked.
Project Deployment = Exploded.
First time using MyEclipse (3.8.0) Eclipse 3.0, However using the Sysdeo Plugin Eclipse 2.1, prior this configuration worked fine.
It seems like I’m missing something simple, but looking through the forum haven’t figuered out what it is.