public class JarUtil
extends java.lang.Object
| Constructor and Description |
|---|
JarUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unjar(java.lang.String jarpath,
java.lang.String outputdir)
Unjar a file into the specified directory.
|
public static void unjar(java.lang.String jarpath,
java.lang.String outputdir)
throws java.lang.ClassNotFoundException,
java.io.IOException,
java.lang.InterruptedException
jarpath - - Path to jar fileoutputdir - - The directory to unjar to. If this is null,
we user user.dir (the current directory)java.lang.ClassNotFoundExceptionjava.io.IOExceptionjava.lang.InterruptedExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.