Tools for Realtime and Embedded System Development

JamaicaVM comes with a set of tools that support the development 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.