remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 and dsniff...
[openwrt.git] / openwrt / package / jamvm / Config.in
1 config 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
This page took 0.042746 seconds and 5 git commands to generate.