On Wed, 2005年10月19日 at 14:38 +0200, camilla orlandi wrote: > gcj -s -fjni --main=package/HelloWorld -s -o HelloWorld.exe > package/HelloWorld.java swtgif.o >> doesn't work. Try --main=package.HelloWorld The argument to --main is supposed to be a fully qualified class name, not a path. AG