|
The Java Web Start technology is a great deployment technology but I found a limitation: resources must be bundled in some Jar files so complex manipulations of files are not possible.
WebStartEx is a program that simplifies the deployment of an application that was not designed with Web Start in mind, or that requires more freedom.
WebStartEx unjars the desired application to a cache directory and runs it. The working directory is set to the cache directory and no feature from WebStart is lost!
The original jar files content is removed but timestamps and some small information are kept so that the update mechanisms work correctly.
If some jar files content should not be emptied (used by several application, i.e. a common library) it is possible to specify it.
|