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
Exceptionpublic static void downloadAndInstallJar(URL url,
String libPath,
String name,
URLClassLoader urlClassLoader)
throws Exception
Exception