diff options
Diffstat (limited to 'java/jamvm/pkg-descr')
-rw-r--r-- | java/jamvm/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/jamvm/pkg-descr b/java/jamvm/pkg-descr new file mode 100644 index 000000000000..d821aa58e7b8 --- /dev/null +++ b/java/jamvm/pkg-descr @@ -0,0 +1,8 @@ +JamVM is an extremely small Java Virtual Machine which conforms to the +JVM specification version 2 (blue book). + +It is designed to support the full specification, and includes support +for object finalisation, Soft/Weak/Phantom References, class-unloading, +the Java Native Interface (JNI) and the Reflection API. + +WWW: http://jamvm.sourceforge.net/ |