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: Tom Tromey <tromey at redhat dot com>
- To: Utku Ozcan <utku dot ozcan at netas dot com dot tr>
- Cc: java at gcc dot gnu dot org
- Date: 20 Oct 2002 13:07:06 -0600
- Subject: Re: can't run *.class with GIJ
- References: <3DB28D30.B00A9DA4@netas.com.tr>
- Reply-to: tromey at redhat dot com
>>>>> "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