mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
11.56.2009 17b52234b0e0033d5fe07870401242bd2699eebb
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -125,7 +125,7 @@
    super();
    /* Do some initialization required to use the administration framework
     * classes.  Note that this is not done in the installer code because
     * classes.  Note that this is not done in the uninstaller code because
     * when the basic configuration of the server is performed (using
     * ConfigureDS) this initialization is done.
     */
@@ -133,7 +133,10 @@
    //  Bootstrap definition classes.
    try
    {
      ClassLoaderProvider.getInstance().enable();
      if (!ClassLoaderProvider.getInstance().isEnabled())
      {
        ClassLoaderProvider.getInstance().enable();
      }
    }
    catch (Throwable t)
    {