0 Members and 2 Guests are viewing this topic.
Java on the nSpire would we excelent! Heh although what would the advantages be over C compiling?
Hello,I've working on a portable cldc JVM for some months now, part time of course.Thanks to goplat, it will support jazelle on the nspire, now I know how to do that thanks to him. This was a known unknown, and now its a known known (sorry ).I have no release date since it's a big project and I'm busy, but I will let you know my progress here.FYI, I can load classes from memory or file. When classes are in memory, I will be able to do XIP, ie, classes will not use more RAM if they're available from flash. The goal is to support the TI68K platform.There is no JAR support for the moment, that's useless. I may add it in the future.I'm working on threads, which means the stack and bytecode execution is not far away.