From ee54858a52a3ff1fde7fc866c80b79594c2f6577 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 3 Mar 2006 15:49:38 +0000 Subject: Added jamvm, a lightweitght java virtual machine, thanks to Markus Suvern git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3303 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/jamvm/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/jamvm/Config.in (limited to 'package/jamvm/Config.in') diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in new file mode 100644 index 000000000..ec436a24d --- /dev/null +++ b/package/jamvm/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_JAMVM + prompt "jamvm .............................A compact Java Virtual Machine" + tristate + default m if CONFIG_DEVEL + help + JamVM is a new Java Virtual Machine which conforms to the JVM specification version + (blue book). In comparison to most other VM's (free and commercial) it is extremely + small.However, unlike other small VMs (e.g. KVM) it is designed to support the full + specification, and includes support for object finalisation, Soft/Weak/Phantom + References, the Java Native Interface (JNI) and the Reflection API. + + http://sourceforge.net/projects/jamvm -- cgit v1.2.3