Re: Problem running Jikes on Linux with JDK1.2

1999-03-18 Thread Jean-Pierre Dube
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

Re: Problem running Jikes on Linux with JDK1.2

1999-03-18 Thread Osvaldo Pinali Doederlein
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