source: freewrt/package/jamvm/Config.in@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 726 bytes
Line 
1config BR2_PACKAGE_JAMVM
2 prompt "jamvm............................. A compact Java Virtual Machine"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_ZLIB
6 select BR2_PACKAGE_LIBFFI_SABLE
7 select BR2_PACKAGE_LIBSABLEVM_CLASSPATH
8 help
9 JamVM is a new Java Virtual Machine which conforms to the JVM
10 specification version (blue book). In comparison to most other VM's
11 (free and commercial) it is extremely small.However, unlike other
12 small VMs (e.g. KVM) it is designed to support the full
13 specification, and includes support for object finalisation,
14 Soft/Weak/Phantom References, the Java Native Interface (JNI) and the
15 Reflection API.
16
17 http://sourceforge.net/projects/jamvm
Note: See TracBrowser for help on using the repository browser.