Package org.rsbot.loader

Examples of org.rsbot.loader.ClientLoader


    return client;
  }

  public void load() {
    try {
      final ClientLoader cl = ClientLoader.getInstance();
      classLoader = new RSClassLoader(cl.getClasses(), new URL("http://" + Configuration.Paths.URLs.GAME + "/"));
    } catch (final IOException ex) {
      log.severe("Unable to load client: " + ex.getMessage());
    }
  }
View Full Code Here

TOP

Related Classes of org.rsbot.loader.ClientLoader

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.