Easy to port Java VM

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
rdos
Member
Member
Posts: 3308
Joined: Wed Oct 01, 2008 1:55 pm

Easy to port Java VM

Post by rdos »

Is there a highly portable (means not Unix/Linux or GCC specific) Java virtual machine that contains a well isolated OS layer? It should be able to run most Java applications, especially embedded Java applications without a GUI interface.
User avatar
turdus
Member
Member
Posts: 496
Joined: Tue Feb 08, 2011 1:58 pm

Re: Easy to port Java VM

Post by turdus »

rdos wrote:Is there a highly portable (means not Unix/Linux or GCC specific) Java virtual machine that contains a well isolated OS layer? It should be able to run most Java applications, especially embedded Java applications without a GUI interface.
Check SanOS (with "a", not "u"): http://www.jbox.dk/sanos
It's a minimal OS with one main task: run a JVM. Source available.
Qeroq
Member
Member
Posts: 52
Joined: Wed Aug 25, 2010 6:35 am
Location: Bonn, Germany

Re: Easy to port Java VM

Post by Qeroq »

Would be interesting for me, too, as I'm working on a system quite similar to sanos (amd64 + eventually portable though).

Sanos looks quite interesting and I didn't know about it before, so thanks for the link.
https://github.com/qero/Hydrogen (Loader for AMD64 kernels running on top of GRUB2)
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: Easy to port Java VM

Post by Nable »

may be openjdk-{6,7}-jre-headless could help..
Post Reply