Eclipse refuses to recompile Java -


I am running a webfunction through Spring MVC whose backend is written in Java I am working in Eclipse. I am trying to make changes to Java code (which I did not write but worked with editing).

However, I can not do any change I tried to compile manually into the eclipse (project -> build project) but nothing happened. I also saw whether it would be compiled again and it was not. The file contained in that file should remain empty.

I have already checked and the source and deployment path match those locations in which I am working with .java and .class files. What cat is eclipse and how can I compile my files ?!

take a look

Did you place the deployed app below :

{workstation_location} / Metadata / .plugins / org.eclipse.wst.server.core/tmp0/wtpwebapps

Comments