Re: How to make java client app to download jar package from server autoly?



sealo wrote:
Hello,
I want to write a command line java client program. And the program
need to use the jar package, but the package was located in the server.
I want the client program to download the jar package automarically at
the program startup.
I am not familiar with java. Could you tell me how to do it?


Does the jar in question contain the whole program, or just a part of
it? In particular, is the main that you want run in that jar?

Patricia
.



Relevant Pages