Hard float ARM JVM coming!

Hurrah! Oracle are releasing an early access JDK built using hardfloat. This means finally high performance Java on Raspberry Pi is a proper reality!!

Also seeing as the Pi now comes with 512mb of RAM as standard for the same daft low price (and it also turns out that they generally overclock to 800MHz without any trouble too) it is definitely a winner.

Cas :slight_smile:

Sonds really good… I’ve got a arduino uno SED edition Rev 1 lingering around here… 16 MHz isn’t too much…

I guess I’ll buy a raspberry pi someday :slight_smile:

That’s an excellent piece of news, JOGL 2.0 already supports Raspberry Pi :wink: It will be even better with hardfloat.

Great. Oracle finally moving on to ARM. Its’ the trend anywhere. I wonder what this will mean for Phones/Tablets. I bet JavaFX will be the main push here.

Damn it, I have to learn FX now ;D

I’ll be going straight to OpenGLES and the video display; not going anywhere near X.

Cas :slight_smile:

You can use a Java binding for OpenGL-ES and some other frameworks too, JavaFX is not mandatory.

Very sweet! I have an older 256 MB Pi but this will be the kicker for me to write Java games that will run on that platform.

well now it’s better then the Via APC in my mind. Does Lwjgl work on the rPI?

So would it be possible to just add the LWJGL jars, bind the linux natives and fire it up with the OpenGLES create() version of Display.create()?

A bit of twiddling will be required.

Namely wiring up LWJGL’s Display and Keyboard/Mouse APIs to the RPi’s libraries.

Cas :slight_smile: