> Martin> However, I cannot compile the .o files from .class files, > Martin> right?! > No, you can. gcj can read and compile .java, .class, and .jar files. Ohh, I just got confused by the statement "If more than one input file is specified, all must currently by .java files..." from the man-page. I see the difference... Thanks, Martin