akash kumar wrote:I made little changes to source file so that eclipse would recompile the class and it worked but still the Eclipse is not showing the classes folder under the WEB-INF folder. Any bugs in Eclipse?
I too experienced this problem in beginning. Do one thing, first close eclipse, navigate to your workspace/your_project/WEB-INF, cut the classes folder and paste it somewhere else, example desktop. Now open eclipse environment, go to your project, there you can find a folder named build. Now under that folder create a folder named classes. Copy your class files into that folder.
Or else you can do one thing, download the latest eclipse galileo. This fixes most of the problems which previous release experienced.