Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I have a JSP project that references other projects in the workspace. When I deploy that project, only the class files contained directly in my main project are deployed. I haven’t found a way to tell MyEclipse to include the class files in the referenced projects in the deployment. Is there any way to do such a thing?
We are currently working on the concept of “deployable dependent projects” for the upcoming MyEclipse 2.8/3.8 releases. For the short term you can modify the output location of your dependent project(s) to be the WEB-INF/classes folder of your webProject. When using this configuration remember to rebuild your dependent projects when you “Rebuild” your web-project and your compiler preference is enabled to scrub output folders, see Windows>Preferences>Java>Compiler>Build Paths; otherwise you’ll end up with NoClassFoundExceptions at runtime.