Possible Duplicate:
Eclipse error: “Editor does not contain a main type”
I am currently coding a server socket application where you can connect to several clients via a thread pool.
But when I want to compile the main I get:
Why do I get that? I still have a main in my mainServer.java
I appreciate your answer!!!