JarLinker instead,
which supports command line options.
Permissions:all-permissions
Codebase:bandm.eu www.bandm.eu markuslepper.eu
THIS MAY BLOCK EXECTION IN NEAR FUTURE!@Deprecated public class StaticLinker extends Object
| Constructor and Description |
|---|
StaticLinker()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
linkApplication(String mainClassName,
File targetJarFile,
File... libraries)
Deprecated.
Method for packing a binary distribution into a jar file.
|
static void |
main(String[] args)
Deprecated.
Command line tool for packing a binary distribution into a jar file.
|
public void linkApplication(String mainClassName, File targetJarFile, File... libraries) throws IOException
mainClassName - the name of the main classtargetJarFile - the file object into which the jar file shall be generatedlibraries - jar files or directoris of class files from
which class files shall be included in the binary distribution.IOExceptionpublic static void main(String[] args) throws IOException
args[0] - the name of the main classargs[1] - the path to the jar file to generateargs[2..] - the libraries classes from which shall be included,
given as jar files or directories of class files.IOExceptionsee also the complete user documentation .