1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: jamvm
Section: interpreters
Priority: optional
Maintainer: Michael Koch <konqueror@gmx.de>
Uploaders: Arnaud Vandyck <avdyk@debian.org>
Build-Depends: debhelper (>= 4.1.0), cdbs, zlib1g-dev, jikes, zip, classpath-common (>= 2:0.97), libffi-dev [amd64 kfreebsd-amd64]
Standards-Version: 3.7.3
Homepage: http://jamvm.sourceforge.net/
Package: jamvm
Architecture: any
Depends: ${shlibs:Depends}, java-common, classpath (>= 2:0.97), classpath-common (>= 2:0.97)
Provides: java-virtual-machine, java1-runtime
Description: virtual machine which conforms to JVM specification 2
JamVM is a new 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 ~110K, 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.
|