You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Frank Karrari <ka...@hotmail.com> on 2003/04/28 09:24:17 UTC

log4j Hello compile error

if I run the command "javac -classpath ./src/java Hello.java" for your example from INSTALL file

I get the following error, could you tell me what I'm doing wrong?

Hello.java:4: Superclass java.lang.Object of class Hello not found.
public class Hello
             ^
1 error

Thanks

Frank