Rebuild with Eclipse
Hello everybody.
I have got some servlets in a java's project.
For apparently no reason, some of one servlet's method seems to not be "recognized" when I save the files to put the in the Tomcat's WEB-INF directory.
So I decided to try deleting .class to rebuild everything, but, when I rebuild (also manually), nothing happens and eclipse doesn't generate .class files
What happens?

