FileDocCategorySizeDatePackage
Main.javaAPI DocApache James 2.3.12012Fri Jan 12 12:56:22 GMT 2007org.apache.james

Main

public class Main extends Object
This is a fake class to display an error message if you try to execute James without having Avalon installed.
version
1.0.0 (CVS $Revision: 494012 $ $Date: 2007-01-08 11:23:58 +0100 (Mo, 08 Jan 2007) $)

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)
Displays an error message indicating that James requires an Avalon framework compatible container.

param
args the command line arguments, ignored


        System.out.println("ERROR!");
        System.out.println("Cannot execute James as a stand alone application.");
        System.out.println("To run James, you need to have the Avalon framework installed.");
        System.out.println("Please refer to the Readme file to know how to run James.");