This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: gcj and gij
- To: "'Justin Urbanski'" <urbanski at nortelnetworks dot com>, Jeff Sturm <jsturm at detroit dot appnet dot com>
- Subject: RE: gcj and gij
- From: Anthony Green <green at cygnus dot com>
- Date: Fri, 21 Jul 2000 00:42:10 -0700
- Cc: "java-discuss at sources dot redhat dot com" <java-discuss at sources dot redhat dot com>, Andrew Zahra <andzahra at nortelnetworks dot com>
- Organization: Red Hat
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
On Thursday, July 20, 2000 9:36 PM, Justin Urbanski
[SMTP:urbanski@nortelnetworks.com] wrote:
> The stub worked but now I am getting:
> com/ibm/xml/framework/ChunkyCharArray$CharArrayChunk.class:0: Not a valid
> Java .class file.
Is this being read out of a compressed .zip or .jar file? Try extracting the
contents of the archive and setting your CLASSPATH appropriately. gcj can't
currently read compressed class files.
AG