Hi Alan, > Looks okay to me too, except @SuppressWarnings("unused") looks strange, > is that an Eclipse compiler warning name? Yes, it comes from Eclipse, probably only used by its compiler. The private field EXIT_SYSERR doesn't seem to be used. Alternatively, I could comment it out? Or remove it? /Christoph