Class InstallAfterRestart


  • public class InstallAfterRestart
    extends Object
    Helper class used to manage packages installation issue under windows systems.

    Because the Windows OS locks all the jar files loaded by the JVM, we can not do proper installation. So installation is delayed until next restart where installation is done before Nuxeo starts (and loads the jars).

    Author:
    Tiry (tdelprat@nuxeo.com)