Hi,
I am working on a web project using Eclipse,problem is :
- if i am making changes in java files in (src folder),class files are not being updated,its displaying old result.
- if i am adding new java files in src folder ,the class files are not being generated in (WEB_INF/classes) folder.
it was working fine in the begining e.g class files were being generated and updated but now no updation or creation of class files.What could be the reason?