Jeff Sturm writes: > On 2002年10月10日, James Shaw wrote: > > gcj -femit-class-files --main=helloworld helloworld.java > ^^^^^^^^^^^^^^^^^^ > This doesn't do what you might think... try taking it out: > > gcj --main=helloworld helloworld.java -o ./helloworld > ./helloworld Do'h! I missed that. Andrew.