Re: [SLUG] Building Java for embedded Linux

2011-12-22 Thread Steve Lindsay
On Thu, Dec 22, 2011 at 10:19 AM, David Lyon
david.lyon.preissh...@gmail.com wrote:
 I'm wondering how to get Java running on an embedded linux ARM
 board.

 Anybody know how to do it?


I haven't used it myself but there is an embedded port of OpenJDK
that is meant to run on ARM:

http://www.oracle.com/technetwork/java/javase/javase-emb7u2-relnotes-1395056.html

I'd be interested in hearing how you progress with this, we tried
running some of our code on ARM devices a few years ago using other
implementations of Java and experienced some compatibility issues. If
OpenJDK runs ok then we might be able to dust them off and get some
use out of them.

-- 

- Steve
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Building Java for embedded Linux

2011-12-22 Thread David Lyon
Thanks Steve,

Very helpful.

I will try some of the downloads from:

http://www.oracle.com/technetwork/java/embedded/resources/se-embeddocs/index.html
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html