I have completed the development of my java swing desktop application and also make executable file of my application. It is working fine on single desktop but how should i run executable file over Local Area Network with multiple instances ?
What you're looking for is WebStart. Instead of serving the Swing application as an EXE over the network, you'll instead create a WebStart deployment of the application to allow other users to access the application.