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.ClassNotFoundException
java.io.IOException
java.lang.InterruptedException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.