> >> The only other VM I am aware of that is trying to use the
> >> Classpath classes
> >> is SableVM, but I don't believe it already has hooks for the Classpath VM
> >> interface. Are there any other VMs?
> >>
> >
> >Just GCJ. Any VM that wrote its Thread interface to work with the Java
> >standard should be fine. Since they're probably going to ignore the class
> >argument anyway, as Japhar did, it doesn't matter too much even if they're
> >wrong (for static methods like this anyway).
>
> Decaf ? (The JOS JVM).
> http://www.jos.org
I also use classpath exclusively for my JVM
(http://kissme.sourceforge.net).
John Leuner