JamaicaVM -- User Documentation: The Virtual Machine for Real-time and Embedded Systems | ||
---|---|---|
Prev | Chapter 1. Introduction | Next |
JamaicaVM comes with a set of tools that support the development of applications for realtime and embedded systems:
Builder: A tool for creating a single executable image out of the Jamaica Virtual Machine and a set of Java classes. This image can be loaded into flash-memory or ROM, avoiding the need for a file-system in the target platform.
Memory Analyser: For most effective memory usage, this tool finds the amount of memory that is actually used by an application. This allows for exact selection of the memory required for the system and to select a heap size for optimal run-time performance.
The Jamaica Toolset