java -jar
.See: Description
Interface | Description |
---|---|
JavaAgentDetector |
A strategy for detecting Java agents.
|
Class | Description |
---|---|
ExecutableArchiveLauncher |
Base class for executable archive
Launcher s. |
InputArgumentsJavaAgentDetector |
A
JavaAgentDetector that detects jars supplied via the -javaagent JVM
input argument. |
JarLauncher |
Launcher for JAR based archives. |
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
Archive s. |
MainMethodRunner |
Utility class that used by
Launcher s to call a main method. |
PropertiesLauncher |
Launcher for archives with user-configured classpath and main class via a
properties file. |
WarLauncher |
Launcher for WAR based archives. |
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.JarLauncher
,
WarLauncher
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.