Frank Morton writes:
> Sorry to bother you, but I am going nuts surfing for a java
> JDK for linux running on MIPS. Is there such a thing?
Not that I know of, at least not the JDK from Sun. Kaffe or Japhar might work
there, or you could get a noncommercial source license from Sun (it's free, and
easy) and apply our patches to it; it's very likely that it will mostly build,
with just a little bit of architecture specific structures in the green threads
switching code (basically the differences between jmp_buf structures from
platform to platform).
Steve