This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: can't run *.class with GIJ
- From: Utku Ozcan <utku dot ozcan at netas dot com dot tr>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: Mon, 21 Oct 2002 09:17:32 +0300
- Subject: Re: can't run *.class with GIJ
- Organization: Nortel Networks, Netas, Turkey, http://www.netas.com.tr
- References: <3DB28D30.B00A9DA4@netas.com.tr> <87iszx9bfp.fsf@fleche.redhat.com>
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