
org.safehaus.jettyjam.https.HttpsAppJarLauncher Maven / Gradle / Ivy
package org.safehaus.jettyjam.https;
import org.safehaus.jettyjam.utils.JarJarClassLoader;
/**
* Launches the main() of the HttpsAppJettyRunner.
*/
public class HttpsAppJarLauncher {
public static void main( String[] args ) throws Throwable {
JarJarClassLoader cl = new JarJarClassLoader();
cl.invokeMain( "org.safehaus.jettyjam.https.HttpsAppJettyRunner", args );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy