My application loads some 15 Jars from the server, which slows down the entire process.
I need to Load the Jars from a local machine.
I want to store the Jar files in the client machine and not in the server.
So that every time when a client need to run my application by a URL specified, the Jar file stored in his system should load.
Is there any way to achieve this.
Thanks in advance