1 17 18 package org.apache.james; 19 20 26 27 public class Main { 28 29 35 public static void main(String [] args) { 36 37 System.out.println("ERROR!"); 38 System.out.println("Cannot execute James as a stand alone application."); 39 System.out.println("To run James, you need to have the Avalon framework installed."); 40 System.out.println("Please refer to the Readme file to know how to run James."); 41 } 42 } 43 44 | Popular Tags |