You should find the generated .class files in the same directory as the .java files.
If you are use JDK 6, by default, the generated .java or .class files are not written to disk, unless you set the compiler options "keepgenerated" and "saveBytecode" to ture, respectively.
[Message sent by forum member 'kchung' (kchung)]
http://forums.java.net/jive/thread.jspa?messageID=293168