Package jxl.install

Install is a simple library to collect and record a directory to persist data.

See:
          Description

Class Summary
Installer Installer provides consistent access to the native file system by saving the location of the root installation dir with the java.util.Preferences systems.
 

Exception Summary
InstallException This exception is only thrown if there is a problem creating or recovering the install root dir.
 

Package jxl.install Description

Install is a simple library to collect and record a directory to persist data. The fist time this library is run, it asks the user to specify a directory for peristent java data. After that the directory is loaded from a java.uti.Preferences binding.