Programming in Java - can the Propeller do it?
ElectricAye
Posts: 4,561
You've probably heard of the game MineCraft by now. Recently I've seen some kids get interested in making their own modifications to the game, which is written in Java. So kids want to learn Java because of it. So I'm just curious - would the Propeller be programmable in Java? has anyone made that possible?
I had thought Java was like some sort of dinosaur but this MineCraft thing makes me wonder.
I had thought Java was like some sort of dinosaur but this MineCraft thing makes me wonder.
Comments
On the other hand. Parallax did develop an SX-based Java interpreter for a useful subset of Java. That could theoretically be ported to a Propeller. See the Javelin manual chapter 10 for limitations.
Doing a full Java 2 implementation will have to wait for propeller 2. I've started looking at already.
Do warn those kids before they end up like the office droids in the Lady Java video: http://www.youtube.com/watch?v=Mk3qkQROb_k
[EDITED] <Stand Corrected>
And ... it performs as well as ZOG
It's a fair cop.:)
I tried it on a Raspberry Pi and it worked fine.
Interesting!
Thanks everyone for providing some insights into this. Maybe I had better keep my eye on this Java thing, after all.
Here's a video's for you:
Do You Like Coffee with Your Dessert? Java and the Raspberry Pi
https://www.youtube.com/watch?v=eJ9ArS4uhZU
[h=1]Great User Interface using Raspberry PI and JavaFX[/h]
https://www.youtube.com/watch?v=eJ9ArS4uhZU
Java should run on the Prop 2 fairly well. I was doing some Java on the Raspberry Pi but recently switched to Lazarus (Object Pascal). I used Delphi for many years(Object Pascal) before I learned Java, many moons ago. I just switched to Object Pascal for iOS & Android as well. Even Spin borrowed a few ideas from Object Pascal
How big is that Java for Raspberry Pi?
The Pi is hardly an MCU like the Prop. What with it having a 700MIPS processor and half a gig of RAM.
Java just seems like a horrible waste of resources in exchange for a not very nice language. Or at least a language that does not offer any advantages in this environment.
-Tor