How to run a project (program) in Eclipse ? There is a java project, I saved it via SVN to a computer for subsequent debug. But I can not run it. Run As ... ---> Run Configurations -> Java Aplication -> I don’t know what to enter next. The Browse button ... displays an empty window, nothing can be entered there, and through Search ... does not search for anything. I do not understand what I'm doing wrong.

PS at the top left there is an error that the Main type is not specified. Where to specify? ( Main method in the program is)

configuration screenshot

0