Package org.sf.jlaunchpad

Examples of org.sf.jlaunchpad.DepsLauncher


    ClassWorld classWorld = new ClassWorld();

    LauncherCommandLineParser parser = new LauncherCommandLineParser();

    try {
      DepsLauncher launcher = new DepsLauncher(parser, args, classWorld);

      launcher.configure(Thread.currentThread().getContextClassLoader());

      // 1. download dependency
      launcher.resolveDependencies("bsh", "bsh", "2.0b5");
      // 2. have it on CLASSPATH
    } catch (Exception e) {
      fail(e.getMessage());
    }
  }
View Full Code Here

TOP

Related Classes of org.sf.jlaunchpad.DepsLauncher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.