I have created a Dynamic Web project in WSAD.
I need to create a
java project that this references.
I set the Java Build Path properties of the Web Project to use my Java project. the files in my web project using the java files in my java project compiles.
Now I try to run the Web project - it complains of mising classes.
When I try to export my projecft as a war file the files in my java project are not exported as well.
What have I missed?