What is the lightest Java virtual machine? (except KVM)

I would like to install Java on a Psion 5MX with a 16 MB GNU / Linux RAM machine, is this possible?

Unfortunately, "KVM must be installed by the manufacturer . "

I want to be able to write basic Java codes, test and sketch simple algorithms. Important notes: I do not need the graphical part, since I will use the console (without a graphical server), but it will be inside Debian.

+3
source share
4 answers

Please give us additional information about the machine, in addition to the OS and memory. Also give us detailed information about what you hope to accomplish with Java on such a machine with insufficient (Java has some big overhead in embedded places compared to writing your own code).

The answer may be. I saw that Java runs on a machine with 4 MB of RAM, but Linux does not work on it (in fact there was no OS at all). Link: Java on Nintendo DS

+2
source

Wikipedia has a list of Java virtual machines , with several of them open source and targeting devices for embedding. Like Mika , which seems pretty small and portable.

+3
source

. , - , java.

+1
source

Maybe a little late, but I also suggest Squawk. It works on sunlight devices that have 160 thousand copies (or something in this area). 160mhz CPU. The whole JVM is open source, so you can try to overwrite it for your devices :)

0
source

Source: https://habr.com/ru/post/1698695/


All Articles