--- src/com/zzo/javaserver/Log.java.orig +++ src/com/zzo/javaserver/Log.java @@ -61,7 +61,9 @@ new Class[] { Class.forName("java.lang.Class")}); log = getLogger.invoke(null, new Object[] { Log.class } ); } catch (Exception e) { - log = new Debug(); + // Debug is not included in the JavaServer source distribution! + // log = new Debug(); + System.err.println("Unable to get logging functions: install Apache package log4j"); } // whatever the heck it is - don't matter