Hi,
I found my problem. When I moved my code from NT to Linux I forgot to
change the semi-colon in my classpath to a colon. That error caused
Jikes to go bizzark. The same problem will appear under NT if I don't
change the classpath from a colon to a semi-colon. It's weird error
message for that kind of a problem, maybe the error message should be
changed.
Thanks
----------------------------------
Jean-Pierre Dubé
Infocom enr.
Developpement de logiciel
Software development
Osvaldo Pinali Doederlein wrote:
>
> You may have some invalid zip in your classpath, e.g. classes.zip, which
> doesn't exist in JDK 1.2. If you have multiple JDKs installed (1.1 and 1.2)
> and want to switch, you will be forced to change the CLASSPATH in the
> switch, removing all the 1.1-only zips/jars and inserting all the
> 1.2-specific jars like rt.jar and tools.jar. This is because jikes is not
> smart enough to find the core packages automatically.
>
> ----- Original Message -----
> From: Jean-Pierre Dube <[EMAIL PROTECTED]>
> To: Jikes mailling list <[EMAIL PROTECTED]>; Java-Linux
> <[EMAIL PROTECTED]>
> Sent: Thursday, March 18, 1999 2:03 AM
> Subject: Problem running Jikes on Linux with JDK1.2
>
> >Hi,
> >
> >I installed jikes version .47 on my linux box running RedHat 5.2. I also
> >installed jdk1.2 from Blackdown. When I tried to compile a program I get
> >the following error message from jikes:
> >"zip file is invalid or content a comment, please re-zip without
> >comments". After a few minutes of debugging if found out that the error
> >was caused by the rt.jar. I think that the problem is related to jikes
> >since I can compile my program using javac from the JDK.
> >
> >Any help would be appreciated.
> >
> >--
> >
> >----------------------------------
> >Jean-Pierre Dubé
> >Infocom enr.
> >Developpement de logiciel
> >Software development
> >
> >
> >----------------------------------------------------------------------
> >To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> >with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> >
> >
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]