Re: How to make java client app to download jar package from server autoly?
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 31 Dec 2006 03:54:15 -0800
sealo wrote:
.....
I want to write a command line java client program.
Why? Or rather, why would you want to use Java to
program a tool intended to be run from within the
command line, as opposed to a program with a GUI?
..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?
If it is the GUI'd program, it could be launched using
web-start, with the Jar file being downloaded lazily
(when 1st needed) or eagerly (at time of first run).
Web-start was designed to launch GUI'd, but not
command line based, client programs.
Andrew T.
.
- Follow-Ups:
- Re: How to make java client app to download jar package from server autoly?
- From: Thomas Kellerer
- Re: How to make java client app to download jar package from server autoly?
- References:
- Prev by Date: Re: hibernate annotations I get a MappingNotFoundException
- Next by Date: Re: How to make java client app to download jar package from server autoly?
- Previous by thread: How to make java client app to download jar package from server autoly?
- Next by thread: Re: How to make java client app to download jar package from server autoly?
- Index(es):
Relevant Pages
|