V G wrote: > Hi all, > > I'm looking for a simple Java VM with the following requirements: > > * Low runtime memory footprint, such that it can comfortably run on > devices like the Raspberry Pi (256MB RAM). > * Open source. The [Oracle embedded > JRE](http://www.oracle.com/technetwork/java/embedded/downloads/javase/ind= ex.html) > that can run on the Pi is not open source, *as far as I know*. > * Compatible with the OpenJDK library. Unfortunately, all the good > ones that I know of are using the GNU Classpath library which is a > dead end. > * JIT compiler not required, but would be nice. > * And of course, as with all software, must be actively maintained. > > Is anyone aware of such a package? > =20 Jamvm seems to be the best option for java on the Pi at the moment. If you are on debian or raspbian the packages you need are openjdk-7-jre and icedtea-7-jre-jamvm. To use jamvm use java -jamvm . There is also a way to edit configuration files to make jamvm the default but I have not tried this myself, see xerces post at http://www.raspberrypi.org/phpBB3/viewtopic.php?f=3D66&t=3D19117&p=3D187517= #p187517 >> How about http://www.cacaojvm.org/ ? >> =20 > > Thanks! The wikipedia pages badly need updating. Seems that this project > recently gained activity and OpenJDK support. I'll look into this. Note that cacao doesn't work on arm hardfloat currently. It also apparently has major problems with version 7 of openjdk. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .