--- temp.wml 2004-01-19 00:09:16.000000000 +0100+++ stories.wml 2004-01-18 23:43:41.000000000 +0100@@ -48,6 +48,28 @@ +++A JRE implementation for the Amiga Platform.++++++JamVM is a Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~100K, and Intel 80K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, the Java Native Interface (JNI) and the Reflection API. ++++++The Jaos VM is a JVM using GNU Classpath implemented on top of the+ kernel.+This kernel offers many useful features like garbage collected memory+management, dynamic module loading, and object-oriented model. This makes the+implementation of a JVM particularly attractive and simple.+++ Jikes RVM uses GNU Classpath for all of its libraries. Instructions for using@@ -59,12 +81,28 @@ +++JNode is a Java New Operating System Design Effort. +The goal is to get an simple to use and install Java operating system for personal use. Any java application should run on it, fast & secure! +++ This VM also uses a modified version of the GNU Classpath libraries. +++Kaffe OpenVM is a complete virtual machine, library framework and+tools for programming in the java language. It has its own+implementation of part of the core libraries, but uses large parts of+the GNU Classpath framework.+++ This VM is almost always guaranteed to work with GNU Classpath CVS @@ -88,31 +126,6 @@ be the easiest to install and use. ----The Jaos VM is a JVM using GNU Classpath implemented on top of the- kernel.-This kernel offers many useful features like garbage collected memory-management, dynamic module loading, and object-oriented model. This makes the-implementation of a JVM particularly attractive and simple.------A JRE implementation for the Amiga Platform.------Kaffe OpenVM is a complete virtual machine, library framework and-tools for programming in the java language. It has its own-implementation of part of the core libraries, but uses large parts of-the GNU Classpath framework.--