J
Jan Persson
Hi,
Recently our management has decided that all our inhouse developed
Java applications should be distributed with Java Web Start, but
since our application is available both as GUI client and as a
command line tool it looks like JWS is ill suited for this task.
Both users and other applications relies on our command line interface
being available, so it must be reachable regardless of the current
working directory of the invoking process.
From what I have found out by reading the documentation and FAQ of JWS,
it looks like JWS can only copy files to the local application cache
and not to an arbitrary path in the file system.
If this is the case we must either do one of the following:
1. Copy the startscript of the command line client (installed to the cache)
into a directory which is pointed out by the PATH environment variable so
it can be launched from cmd.exe and other processes.
2. Or we must add the JWS cache directory to the path environment
variable.
Am I right in my assumptions?
Kind Regards
//Jan Persson
Recently our management has decided that all our inhouse developed
Java applications should be distributed with Java Web Start, but
since our application is available both as GUI client and as a
command line tool it looks like JWS is ill suited for this task.
Both users and other applications relies on our command line interface
being available, so it must be reachable regardless of the current
working directory of the invoking process.
From what I have found out by reading the documentation and FAQ of JWS,
it looks like JWS can only copy files to the local application cache
and not to an arbitrary path in the file system.
If this is the case we must either do one of the following:
1. Copy the startscript of the command line client (installed to the cache)
into a directory which is pointed out by the PATH environment variable so
it can be launched from cmd.exe and other processes.
2. Or we must add the JWS cache directory to the path environment
variable.
Am I right in my assumptions?
Kind Regards
//Jan Persson