Easy to port Java VM
Easy to port Java VM
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.
Re: Easy to port Java VM
Check SanOS (with "a", not "u"): http://www.jbox.dk/sanosrdos 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.
It's a minimal OS with one main task: run a JVM. Source available.
Re: Easy to port Java VM
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.
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)
Re: Easy to port Java VM
may be openjdk-{6,7}-jre-headless could help..