source: freewrt/package/jamvm/Config.in

freewrt_2_0
Last change on this file was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 714 bytes
Line 
1config FWRT_PACKAGE_JAMVM
2 prompt "jamvm............................. A compact Java Virtual Machine"
3 tristate
4 default n
5 select FWRT_PACKAGE_ZLIB
6 select FWRT_PACKAGE_LIBFFI_SABLE
7 select FWRT_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.