I am getting this warning when I look into the Project–>Properties–>Java Build Path under the Source tab that says “2 Build Path Entries Missing”. The main concern is that after buildling my project the class files are not stored in the classes directory under /web/WEB-INF/classes. I currently have my build path set to the src directory so I don’t know why this is happening.
Thanks