public class JAInstaller extends ZIPListInstaller
JAInstaller
installs JASigning
components
from a given remote location to a given local directory. The set
of installed components always includes standard avatar definition
files and optionally includes native libraries to support applets
in HTML pages.Constructor and Description |
---|
JAInstaller(java.io.File localdir,
java.lang.String remotebase,
boolean dolibs)
Constructs a new JA installer, to target the given local directory,
to download from the given remote base URL, and to install native
libraries or not, in accordance with the given flag.
|
doInstall, showErrorMessage, showMessage
public JAInstaller(java.io.File localdir, java.lang.String remotebase, boolean dolibs)