source: freewrt/package/jamvm/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

  • Property mode set to 100644
File size: 730 bytes
Line 
1config FWRT_PACKAGE_JAMVM
2 prompt "jamvm............................. A compact Java Virtual Machine"
3 tristate
4 default m if CONFIG_DEVEL
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.