You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Paul Philion <ph...@acmerocket.com> on 2000/01/04 05:03:03 UTC

Interesting issue using Jikes as compiler

Greetings -

I've just started using jikes as the compiler for Tomcat (thanks for the
patch and it's inclusion in CVS!) and an interesting thing is happening:

When I build, I get notified by jikes that the following files are "not
valid zip files":

  ${JAVA_HOME}/lib/tools.jar
  ${JAVA_HOME}/lib/classes.jar
  ${JAVA_HOME}/lib/rt.jar
  ${JAVA_HOME}/lib/i18n.jar

(Note: JAVA_HOME is expanded to my correct java home, the real dir is
not useful here.)

This grabbed my attention for two reasons:

1) Those jar files are not in my CLASSPATH

2) I can't find direct reference to any such jar file in any of the
build stuff, so they don't look like they are getting appended to the
CLASSPATH by ant, etc.

So where are they coming from? Is my system messed up some how? Am I
missing something?

Thanks,

- Paul Philion