Tom Tromey wrote: >> >>>>> "Utku" == Utku Ozcan <utku.ozcan@netas.com.tr> writes: >> Utku> 2. GCJ + GIJ (no CLASSPATH defined) >> Utku>> gcj -C HelloWorldApp.class >> This doesn't make sense. > `gcj -C' must be run o the .java file. >> Tom Sorry, that was a type mistake. Actually it was "gcj -C *.java". Sorry for that. Utku