I wrote an application in the Eclipse, which was successfully compiled and run. After that, in a corresponding directory I found *.java and *.class files. Then I have deleted the *.class file and now I do not know how can I get it back.
Eclipse writes me "A class file was not written. The project may be inconsistent, if so try refreshing this project and building it".
By the right click on the project I got a drop down menu in which I found "Refresh" but I cannot find out how can I "build" the project.
So, how can I generate the class file again?
Thank you in advance for any help.