What do you mean by "server"? What do you mean by "multi users"? Do you mean multiple users using the same instance of your application, or each using their own?
Eclipse isn't really a deployment tool. You could write an Ant script for deployment and run it from Eclipse, but that's not the same thing at all. What are you really asking?
It's silly to say that I'm very new to Java and Eclipse.
Actually, I've done a project to update data for a company, and I need to find a way to put it into the company server. This program using Swing to show a GUI and allow one user update data at a time. Then data will be saved to file(configuration file), therefore, only one user can do it at a time.
Please help me for any quick tutorial or sample codes which are similar to my job.
Thank you.