Bigun
Member
I use jEdit a lot to program, I was wondering if an ARM port would be possible.
Java does run quite well on the Pandora, it's just way too big to fit on the NAND.
I've got a package you can extract to an SD card in order to run java apps from the command line. I was trying to figure out how to PNDify it when I got distracted by something shiny.
I've played a few games (networked, even), and ran some of my own programs. I didn't do any major major testing, but it worked pretty well from what I could see. See if this'll work for you for now; now that I've been reminded of this, maybe I can avoid distraction and get it working properly this weekend.
'NAND' is a memory technology (NAND is a type of logical gate "Not AND" that is used in the memory cells), but is on these boards used to refer to the internal storage. Practically all solid state storage today is NAND, except for some asynchronous directly addressable bootroms, which use the more reliable (no damaged sectors allowed, generally) NOR technology.
How much of it is there? How much does the OS use?
Java does run quite well on the Pandora, it's just way too big to fit on the NAND.
I've got a package you can extract to an SD card in order to run java apps from the command line. I was trying to figure out how to PNDify it when I got distracted by something shiny.
I've played a few games (networked, even), and ran some of my own programs. I didn't do any major major testing, but it worked pretty well from what I could see. See if this'll work for you for now; now that I've been reminded of this, maybe I can avoid distraction and get it working properly this weekend.
Oh, it works perfectly well. I got stumped trying to set up sufficiently intelligent install and execution scripts. There's a lot of ways it can be done.Have you tried using symlinks on the pandora's NAND to link to the SD card so that it could be ran "natively" like on a desktop? Or is this not possible?
Because of the NAND space issue, I'm planning to simply run the OS from a SD-card and install Java, and other stuff, from the Ängstrom repo. It's the easy solution, imo
http://pandorawiki.org/Running_Linux_from_an_SD_card
There is, I've already got it working. The PND contains an "instjava.sh" script which copies a custom java binary to /usr/bin which looks for and runs openjdk in the java.pnd file. So once you've "installed" java, it will behave exactly like regular java: you just go "java -jar myapp.jar arguments go here" and it'll run your java jar file. It also sets HOME to the appdata directory, though that may or may not be desirable.Without a Pandora to play with the PND system I can figure it out myself. But I got to think there is a way to setting up some easier install for it.