I am trying to create a java socket server listener on Mac 10.6. iOS client will be accessing it through socket connection. I don't know, how to create and run such socket server on Mac. I got sample source from Java tutorials, i want to use the same code as it is to create new java socket server program on Mac.
I have Eclipse installed. How do I create and run a java socket program using the java tutorial code mentioned in the above link on a mac machine? I am new to this and not getting the basic steps involved on this. Please help.