public class JarUtil
extends Object
Constructor and Description |
---|
JarUtil() |
Modifier and Type | Method and Description |
---|---|
static Path |
downloadAndInstallJar(URL url,
String libPath,
String name) |
static void |
downloadAndInstallJar(URL url,
String libPath,
String name,
URLClassLoader urlClassLoader) |
public static Path downloadAndInstallJar(URL url, String libPath, String name) throws Exception
Exception
public static void downloadAndInstallJar(URL url, String libPath, String name, URLClassLoader urlClassLoader) throws Exception
Exception