Config.in 663 B

12345678910111213141516
  1. config ADK_PACKAGE_JAMVM
  2. prompt "jamvm............................. A compact Java Virtual Machine"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_ZLIB
  6. select ADK_PACKAGE_LIBFFI
  7. help
  8. JamVM is a new Java Virtual Machine which conforms to the JVM
  9. specification version (blue book). In comparison to most other VM's
  10. (free and commercial) it is extremely small.However, unlike other
  11. small VMs (e.g. KVM) it is designed to support the full
  12. specification, and includes support for object finalisation,
  13. Soft/Weak/Phantom References, the Java Native Interface (JNI) and the
  14. Reflection API.
  15. http://sourceforge.net/projects/jamvm