diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 15:49:38 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 15:49:38 +0000 |
commit | 55ede2ff62d3383a9a91597926a6bc169d4668a3 (patch) | |
tree | e07685267e63577957c3a06cf2227f04a5e7e30d /openwrt/package/jamvm/Config.in | |
parent | 292f4602665c295f41287453ed883a47e8eec406 (diff) |
Added jamvm, a lightweitght java virtual machine, thanks to Markus Suvern
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3303 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/jamvm/Config.in')
-rw-r--r-- | openwrt/package/jamvm/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/jamvm/Config.in b/openwrt/package/jamvm/Config.in new file mode 100644 index 000000000..ec436a24d --- /dev/null +++ b/openwrt/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 |