mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-17 21:17:16 +00:00
load keytool utility main class dynamically, trying both the old and new (java 8) class names
This commit is contained in:
@@ -55,14 +55,13 @@ import org.archive.crawler.framework.Engine;
|
||||
import org.archive.crawler.restlet.EngineApplication;
|
||||
import org.archive.crawler.restlet.RateLimitGuard;
|
||||
import org.archive.util.ArchiveUtils;
|
||||
import org.archive.util.KeyTool;
|
||||
import org.restlet.Component;
|
||||
import org.restlet.Guard;
|
||||
import org.restlet.Server;
|
||||
import org.restlet.data.ChallengeScheme;
|
||||
import org.restlet.data.Protocol;
|
||||
|
||||
import sun.security.tools.KeyTool;
|
||||
|
||||
|
||||
/**
|
||||
* Main class for Heritrix crawler.
|
||||
|
||||
Reference in New Issue
Block a user