Hey, On 08/11/15 11:13, Zac Harvey wrote: > Has anyone here ever heard of someone trying to run a JVM > (HotSpot/OpenJDK) on a RIOT-OS embedded device?
RIOT targets devices that don't have enough RAM to run Linux. The official Java embedded VMs are way too fat for those devices, as they're just stripped-down versions of the original POSIX-based codebase. There are some specialized VMs for constrained devices which are probably portable to RIOT. Maybe take a look how the Lego guys did it [1]. Kaspar [1] http://www.lejos.org/ _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
