java -jar.See: Description
| Class | Description |
|---|---|
| ExecutableArchiveLauncher |
Base class for executable archive
Launchers. |
| ExplodedURLClassloader | |
| LaunchedURLClassLoader |
ClassLoader used by the Launcher. |
| Launcher |
Base class for launchers that can start an application with a fully configured
classpath backed by one or more
Archives. |
| MainMethodRunner |
Utility class that is used by
Launchers to call a main method. |
| OpenURLClassLoader |
java -jar. Archives can include nested packaged dependency JARs (there is no
need to create shade style jars) and are executed without unpacking. The only
constraint is that nested JARs must be stored in the archive uncompressed.Copyright © 2017. All rights reserved.