I am trying to compile the code from here: http://www.brackeen.com/javagamebook/#download (Chapter 6) and am having trouble. I don\'t understand how java.util.logging.
java.util.logging.
java.util.logging.Logger does not have a warn() method (although it does have a warning() method).
warn()
warning()
However, org.apache.log4j.Logger does indeed have a method named warn().
Are you sure you are importing the correct classes?