Hi Doug: jikes does not work where javac works: 6> env CLASSPATH=$CLASSPATH\:$JIKESPATH demjava test Demeter/Java version 0.7.3 Copyright (c) 1998 Northeastern University Reading project file program.prj... Running the compiler... gen/SummingVisitor2.java:18:41:18:41: Error: This statement is unreachable. Aborting, compiler exited with error value 1. lieber@vega.ccs.neu.edu:: javac compiles happily. This is in a generated file. Should we not use jikes with Demeter/Java? Why does an unreachable staement abort the compiler? -- Karl