org.openanzo.standalone
Class ServerRunner

java.lang.Object
  extended by org.openanzo.standalone.ServerRunner

public class ServerRunner
extends java.lang.Object

ServerRunner is a bootstrap class used to add jars to the classloader.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
ServerRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
          Create a new class loader, loading in all the jars from the ANZO_HOME/lib directory, as well as any jar from the DB_LIB directory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRunner

public ServerRunner()
Method Detail

main

public static void main(java.lang.String[] args)
Create a new class loader, loading in all the jars from the ANZO_HOME/lib directory, as well as any jar from the DB_LIB directory

Parameters:
args - command line arguments to pass to StandaloneServer


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.