org.apache.james
Class Main

java.lang.Object
  |
  +--org.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: 1.9 $ $Date: 2002/12/30 05:36:52 $)
Author:
Federico Barbieri

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Displays an error message indicating that James requires an Avalon framework compatible container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Displays an error message indicating that James requires an Avalon framework compatible container.

Parameters:
args - the command line arguments, ignored


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."