cannot resolve symbol printf....

:45: cannot resolve symbolsymbol : method printf (java.lang.String,int,int,int,int)location: class java.io.PrintStreamfor some reason I keep getting this error when using printf. Any ideas?thanks
[230 byte] By [mojo0716a] at [2007-11-27 5:48:16]
# 1
Are you using 1.5 or higher? That method wasn't introduced until 1.5.
hunter9000a at 2007-7-12 15:33:32 > top of Java-index,Java Essentials,Java Programming...
# 2
Sounds like you need to get your Mojo updatin'
Hippolytea at 2007-7-12 15:33:32 > top of Java-index,Java Essentials,Java Programming...