I am new to Eclipse, i know that in windows environment i would recompile the changed source code and put the .class file in the classes directory it belongs. In eclipse i change the code and restart the server but it seems the .class file remains unchanged, what am i doing wrong?
Share
In that case try to clean your project and rebuild it.
You will get these options in Project menu of eclipse