Quote:
Originally Posted by knc1
I don't recall if Java pre-dates ARMv4 or not, I think it does.
Maybe a little searching for ARMv4JT<...> would help answer that question. (I think Jazerle (sp?) implies thumb also)
|
Java 1.0 was released in 1996. The PXA255 came into existence in 2003. The ARM "Jazelle" native Java bytecode execution began with the ARMv5TEJ, but the PXA255 is missing the 'J'. That means a Java bytecode interpreter for the K1 would need to be run in software, and such things are available even on the lowliest of processors (like Arduino).