Bill Janssen <jans...@parc.com> wrote: > That would help, thanks. I'm still a bit mystified as to how a bad > version number could slip in there -- I'm using the same compiler for > both JCC and GoodStuff.
Ah, found it. The code referenced NavigableSet, which is a Java 6 thing. Once I removed that reference, things started working again. Bill