| | |
| | | |
| | | import org.opends.quicksetup.ApplicationException; |
| | | import org.opends.quicksetup.ApplicationReturnCode; |
| | | import org.opends.quicksetup.webstart.JnlpProperties; |
| | | import static org.opends.quicksetup.util.Utils.*; |
| | | import org.opends.server.admin.DefaultBehaviorException; |
| | | import org.opends.server.admin.ManagedObjectNotFoundException; |
| | |
| | | * classes the required jar files are already loaded. However these jar files |
| | | * are not necessarily loaded when we create this class. |
| | | */ |
| | | public class InstallerHelper implements JnlpProperties { |
| | | public class InstallerHelper { |
| | | private static final Logger LOG = Logger.getLogger( |
| | | InstallerHelper.class.getName()); |
| | | |